Changeset 14404 for trunk/wp-admin/includes/media.php
- Timestamp:
- 05/03/2010 08:26:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r14374 r14404 2161 2161 if ( !post_type_supports(get_post_type($_GET['post_id']), 'editor') ) 2162 2162 return ''; 2163 2163 2164 2164 if ( 'image' == $type ) 2165 2165 return ' … … 2169 2169 <input type="button" class="button" id="go_button" style="color:#bbb;" onclick="addExtImage.insert()" value="' . esc_attr__('Insert into Post') . '" /> 2170 2170 </td> 2171 </tr> 2171 </tr> 2172 2172 '; 2173 2173
Note: See TracChangeset
for help on using the changeset viewer.