Changeset 24161
- Timestamp:
- 05/02/2013 10:07:37 PM (12 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r24087 r24161 260 260 captiontag: 'dd', 261 261 columns: '3', 262 link: 'post', 262 263 size: 'thumbnail', 263 264 orderby: 'menu_order ID' -
trunk/wp-includes/media-template.php
r23262 r24161 348 348 <# } #>> 349 349 350 <option value="file" selected> 350 <option value="post" selected> 351 <?php esc_attr_e('Attachment Page'); ?> 352 </option> 353 <option value="file"> 351 354 <?php esc_attr_e('Media File'); ?> 352 </option>353 <option value="post">354 <?php esc_attr_e('Attachment Page'); ?>355 355 </option> 356 356 </select>
Note: See TracChangeset
for help on using the changeset viewer.