Skip to content

Commit 69252bb

Browse files
committed
fix: remove incorrect translator comment
- Remove irrelevant 'translators: %s: Search query.' comment - Comment was incorrect as no %s placeholder exists in the string
1 parent 03b51ee commit 69252bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

includes/admin/settings/class-settings-wizard-api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ public function enqueue_scripts( $hook ) {
297297
'nonce' => wp_create_nonce( $this->prefix . '_taxonomy_search_tom_select' ),
298298
'endpoint' => 'category',
299299
'strings' => array(
300-
// translators: %s: Search query.
301300
'no_results' => esc_html( $this->translation_strings['tom_select_no_results'] ),
302301
),
303302
)

0 commit comments

Comments
 (0)