Changeset 6234

Show
Ignore:
Timestamp:
10/12/07 22:15:32 (1 year ago)
Author:
ryan
Message:

Use filename if no title. Props tellyworth. fixes #5080 for 2.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/wp-admin/includes/upload.php

    r6191 r6234  
    3131    $src = wp_make_link_relative( $src_base ); 
    3232    $src_base = str_replace($src, '', $src_base); 
     33 
     34    if ( !trim($post_title) ) 
     35        $post_title = basename($src); 
    3336 
    3437    $r = '';