Customizer: Make a string translatable, see [33413].
see #32715. git-svn-id: https://develop.svn.wordpress.org/trunk@33460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
74c061a480
commit
972f871214
@ -764,7 +764,7 @@ final class WP_Customize_Nav_Menus {
|
||||
<button type="button" class="not-a-button" aria-expanded="false">
|
||||
<span class="screen-reader-text"><?php
|
||||
/* translators: %s: Title of a section with menu items */
|
||||
printf( 'Toggle section: %s', esc_html( $available_item_type['title'] ) ); ?></span>
|
||||
printf( __( 'Toggle section: %s' ), esc_html( $available_item_type['title'] ) ); ?></span>
|
||||
<span class="toggle-indicator" aria-hidden="true"></span>
|
||||
</button>
|
||||
</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user