Changeset 6234
- Timestamp:
- 10/12/2007 10:15:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-admin/includes/upload.php
r6191 r6234 31 31 $src = wp_make_link_relative( $src_base ); 32 32 $src_base = str_replace($src, '', $src_base); 33 34 if ( !trim($post_title) ) 35 $post_title = basename($src); 33 36 34 37 $r = '';
Note: See TracChangeset
for help on using the changeset viewer.