Changeset 40640 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 05/11/2017 09:10:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r40573 r40640 609 609 610 610 <# if ( 'image' === data.type ) { #> 611 <label class="setting ">611 <label class="setting align"> 612 612 <span><?php _e('Alignment'); ?></span> 613 613 <select class="alignment" … … 1088 1088 </div> 1089 1089 1090 <label class="setting checkbox-setting ">1090 <label class="setting checkbox-setting autoplay"> 1091 1091 <input type="checkbox" data-setting="autoplay" /> 1092 1092 <span><?php _e( 'Autoplay' ); ?></span> … … 1177 1177 </div> 1178 1178 1179 <label class="setting checkbox-setting ">1179 <label class="setting checkbox-setting autoplay"> 1180 1180 <input type="checkbox" data-setting="autoplay" /> 1181 1181 <span><?php _e( 'Autoplay' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.