Changeset 43174 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 05/05/2018 09:44:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42875 r43174 4245 4245 <a href="" target=""> 4246 4246 <span class="preview-control-element" data-component="url"></span> 4247 <span class="screen-reader-text"><?php _e( '(opens in a new window)' ); ?></span>4247 <span class="screen-reader-text"><?php _e( '(opens in a new tab)' ); ?></span> 4248 4248 </a> 4249 4249 <input id="{{ elementPrefix }}customize-preview-link-input" readonly tabindex="-1" class="preview-control-element" data-component="input"> … … 5464 5464 __( 'Learn more about CSS' ), 5465 5465 /* translators: accessibility text */ 5466 __( '(opens in a new window)' )5466 __( '(opens in a new tab)' ) 5467 5467 ); 5468 5468 $section_description .= '</p>'; … … 5485 5485 '<span class="screen-reader-text"> %s</span>', 5486 5486 /* translators: accessibility text */ 5487 __( '(opens in a new window)' )5487 __( '(opens in a new tab)' ) 5488 5488 ) 5489 5489 );
Note: See TracChangeset
for help on using the changeset viewer.