• Resolved Emil1

    (@milouze)


    Hello,

    I have try to set a website to PHP 8.0 but have this error :

    Unknown format specifier “a” in /wp-content/plugins/woosidebars/classes/class-woo-sidebars.php:170

    And i checked, is just change this line :
    'search_items' => sprintf( __( 'Search %a', 'woosidebars' ), $plural ),
    to this
    'search_items' => sprintf( __( 'Search %s', 'woosidebars' ), $plural ),

    Thank you

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