Customizer: Remove two unused strings.
Fixes #33632. git-svn-id: https://develop.svn.wordpress.org/trunk@35694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3636f0dc1a
commit
b8e615070c
@ -353,8 +353,6 @@ final class WP_Customize_Nav_Menus {
|
||||
'invalidTitleTpl' => __( '%s (Invalid)' ),
|
||||
/* translators: %s: title of menu item in draft status */
|
||||
'pendingTitleTpl' => __( '%s (Pending)' ),
|
||||
'taxonomyTermLabel' => __( 'Taxonomy' ),
|
||||
'postTypeLabel' => __( 'Post Type' ),
|
||||
'itemsFound' => __( 'Number of items found: %d' ),
|
||||
'itemsFoundMore' => __( 'Additional items found: %d' ),
|
||||
'itemsLoadingMore' => __( 'Loading more results... please wait.' ),
|
||||
|
Loading…
Reference in New Issue
Block a user