wp/wp-includes/customize/class-wp-customize-nav-menus-panel.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 19 3d72ae0968f4
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    72 				<span class="screen-reader-text"><?php _e( 'Back' ); ?></span>
    72 				<span class="screen-reader-text"><?php _e( 'Back' ); ?></span>
    73 			</button>
    73 			</button>
    74 			<div class="accordion-section-title">
    74 			<div class="accordion-section-title">
    75 				<span class="preview-notice">
    75 				<span class="preview-notice">
    76 					<?php
    76 					<?php
    77 					/* translators: %s: the site/panel title in the Customizer */
    77 					/* translators: %s: The site/panel title in the Customizer. */
    78 					printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
    78 					printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
    79 					?>
    79 					?>
    80 				</span>
    80 				</span>
    81 				<button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false">
    81 				<button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false">
    82 					<span class="screen-reader-text"><?php _e( 'Help' ); ?></span>
    82 					<span class="screen-reader-text"><?php _e( 'Help' ); ?></span>