Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
This repository was archived by the owner on May 18, 2025. It is now read-only.

Causes Fatal Error on PHP 8 #63

@briannehinchliffe

Description

@briannehinchliffe

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' ) ),

I'm guessing the %a here is supposed to be %s.

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