Make WordPress Core


Ignore:
Timestamp:
12/29/2005 01:40:42 AM (19 years ago)
Author:
ryan
Message:

Typo in wp_upload_bits()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-post.php

    r3373 r3376  
    908908        $filename = str_replace("$number.$ext", ++$number . ".$ext", $filename);
    909909
    910     $new_file = $uploads['path'] . "/$filename";
     910    $new_file = $upload['path'] . "/$filename";
    911911    $ifp = @ fopen($new_file, 'wb');
    912912    if ( ! $ifp )
Note: See TracChangeset for help on using the changeset viewer.