mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user