Changeset 5628
- Timestamp:
- 06/01/2007 11:16:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upload.php
r5587 r5628 16 16 list($width,$height) = wp_shrink_dimensions($attachment_data['width'], $attachment_data['height'], 171, 128); 17 17 18 ob_start(); 19 the_title(); 20 $post_title = attribute_escape(ob_get_contents()); 21 ob_end_clean(); 18 $post_title = attribute_escape( the_title( '', '', false ) ); 22 19 $post_content = attribute_escape(apply_filters( 'content_edit_pre', $post->post_content )); 23 20
Note: See TracChangeset
for help on using the changeset viewer.