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.

can not translate ''Show All'' #115

@slideup-benni

Description

@slideup-benni

there is a little mistake in the file "projects-by-woothemes/classes/class-projects-admin.php":

'show_option_all' => __( 'Show All ' . $tax_obj->label, 'projects-by-woothemes' ),

it should be:

'show_option_all' => sprintf(__( 'Show All %s', 'projects-by-woothemes' ), $tax_obj->label),

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions