Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-filesystem-direct.php

    r18964 r19593  
    208208            return false;
    209209
    210         // try using rename first.  if that fails (for example, source is read only) try copy
     210        // try using rename first. if that fails (for example, source is read only) try copy
    211211        if ( @rename($source, $destination) )
    212212            return true;
Note: See TracChangeset for help on using the changeset viewer.