Changeset 22437 for trunk/wp-includes/media.php
- Timestamp:
- 11/07/2012 08:14:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22415 r22437 1415 1415 1416 1416 <script type="text/html" id="tmpl-attachment-display-settings"> 1417 <h3><?php _e('Attachment Display Settings'); ?></h3> 1418 1417 1419 <h4><?php _e('Alignment'); ?></h4> 1418 1420 <div class="alignment button-group button-large" data-setting="align"> … … 1446 1448 1447 1449 <script type="text/html" id="tmpl-gallery-settings"> 1450 <h3><?php _e('Gallery Settings'); ?></h3> 1451 1448 1452 <h4><?php _e('Link To'); ?></h4> 1449 1453 <div class="link-to button-group" data-setting="link"> … … 1459 1463 1460 1464 <select class="columns" name="columns" data-setting="columns"> 1461 <?php for ( $i = 1; $i <= 9; $i++ ) : ?>1465 <?php for ( $i = 1; $i <= 9; $i++ ) : ?> 1462 1466 <option value="<?php echo esc_attr( $i ); ?>"> 1463 1467 <?php echo esc_html( $i ); ?>
Note: See TracChangeset
for help on using the changeset viewer.