Changeset 27971
- Timestamp:
- 04/06/2014 07:35:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r27970 r27971 801 801 <# if (data.random) { #> 802 802 803 <div class="placeholder" tabindex="0">803 <div class="placeholder"> 804 804 <div class="inner"> 805 805 <span><span class="dashicons dashicons-randomize dice"></span> … … 820 820 <# } else { #> 821 821 822 <div class="placeholder" tabindex="0">822 <div class="placeholder"> 823 823 <div class="inner"> 824 824 <span> … … 851 851 852 852 <div class="customize-control-content"> 853 <p class="customizer-section-intro" tabindex="0">853 <p class="customizer-section-intro"> 854 854 <?php 855 855 // @todo translate (and look to custom-header.php for inspiration) … … 865 865 </p> 866 866 <div class="current"> 867 <span class="customize-control-title" tabindex="0">867 <span class="customize-control-title"> 868 868 <?php _e( 'Current header' ); ?> 869 869 </span> … … 879 879 </div> 880 880 <div class="choices"> 881 <span class="customize-control-title header-previously-uploaded" tabindex="0">881 <span class="customize-control-title header-previously-uploaded"> 882 882 <?php _ex( 'Previously uploaded', 'custom headers' ); ?> 883 883 </span> … … 886 886 </div> 887 887 </div> 888 <span class="customize-control-title header-default" tabindex="0">888 <span class="customize-control-title header-default"> 889 889 <?php _ex( 'Suggested', 'custom headers' ); ?> 890 890 </span>
Note: See TracChangeset
for help on using the changeset viewer.