Changeset 20282
- Timestamp:
- 03/24/2012 01:37:42 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.dev.css
r20279 r20282 3658 3658 } 3659 3659 3660 .media-item .post_excerpt textarea,3661 .media-item .post_content textarea,3662 .media-item textarea#caption {3663 min-height: 5em;3664 font-family: Consolas, Monaco, monospace;3665 }3666 3667 3660 /*------------------------------------------------------------------------------ 3668 3661 14.1 - Media Library -
trunk/wp-admin/includes/media.php
r20247 r20282 952 952 'image_alt' => array(), 953 953 'post_excerpt' => array( 954 'label' => __(' DefaultCaption'),954 'label' => __('Caption'), 955 955 'input' => 'html', 956 956 'html' => wp_caption_input_textarea($edit_post)
Note: See TracChangeset
for help on using the changeset viewer.