You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2025. It is now read-only.
When updating our WooTheme site to PHP 8 we get this fatal error:
Fatal error: Uncaught ValueError: Unknown format specifier "a" in /Users/briannehinchliffe/Sites/lindas-closet/app/public/wp-content/plugins/features-by-woothemes/classes/class-woothemes-features.php:87
We tracked this down in the files and this is the line: 'search_items' => sprintf( __( 'Search %a', 'woothemes-features' ), __( 'Features', 'woothemes-features' ) ),
When updating our WooTheme site to PHP 8 we get this fatal error:
We tracked this down in the files and this is the line:
'search_items' => sprintf( __( 'Search %a', 'woothemes-features' ), __( 'Features', 'woothemes-features' ) ),I'm guessing the
%ahere is supposed to be%s.