Skip to content

Error in "class-woo-sidebars.php" line:170 causes site breakdown! #78

@AliBorsan

Description

@AliBorsan

There is an error in line: 170 causes site breakdown:
170 'search_items' => sprintf( __( 'Search %a', 'woosidebars' ), $plural ),
I could make the site working again by disabling this line or replacing "%a" with "%s"
170 'search_items' => sprintf( __( 'Search %s', 'woosidebars' ), $plural ),

The same error exists in older versions in different line number contains the same code.
"%a" doesent make any sense , which i think it was some typo ..
I hope that this solution help people who had the same problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions