• There is a problem with line 170 in class-woo-sidebars.php which can be fixed by changing the %a to a %s.

    From this:
    'search_items' => sprintf( __( 'Search %a', 'woosidebars' ), $plural ),

    To this:
    'search_items' => sprintf( __( 'Search %s', 'woosidebars' ), $plural ),

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 8.0 Error’ is closed to new replies.