Changeset 27241
- Timestamp:
- 02/24/2014 07:49:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r27239 r27241 413 413 414 414 <script type="text/html" id="tmpl-playlist-settings"> 415 <h3><?php _e( 'Playlist Settings'); ?></h3>415 <h3><?php _e( 'Playlist Settings' ); ?></h3> 416 416 417 417 <label class="setting"> … … 421 421 422 422 <label class="setting"> 423 <span><?php _e( 'Style'); ?></span>423 <span><?php _e( 'Style' ); ?></span> 424 424 <select class="style" data-setting="style"> 425 425 <option value="light"> 426 <?php esc_attr_e( 'Light'); ?>426 <?php esc_attr_e( 'Light' ); ?> 427 427 </option> 428 428 <option value="dark"> 429 <?php esc_attr_e( 'Dark'); ?>429 <?php esc_attr_e( 'Dark' ); ?> 430 430 </option> 431 431 </select>
Note: See TracChangeset
for help on using the changeset viewer.