Ticket #5080: upload-title-fix-r6168.patch

File upload-title-fix-r6168.patch, 405 bytes (added by tellyworth, 4 years ago)
  • wp-admin/includes/upload.php

     
    3131        $src = wp_make_link_relative( $src_base ); 
    3232        $src_base = str_replace($src, '', $src_base); 
    3333 
     34        if ( !trim($post_title) ) 
     35                $post_title = basename($src); 
     36 
    3437        $r = ''; 
    3538 
    3639        if ( $href )