Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (14 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r19593 r19596  
    158158 *
    159159 * The filename is based off the passed parameter or defaults to the current unix timestamp,
    160  * while the directory can either be passed as well, or by leaving  it blank, default to a writable temporary directory.
     160 * while the directory can either be passed as well, or by leaving it blank, default to a writable temporary directory.
    161161 *
    162162 * @since 2.6.0
     
    487487/**
    488488 * Downloads a url to a local temporary file using the WordPress HTTP Class.
    489  * Please note, That the calling function must unlink() the  file.
     489 * Please note, That the calling function must unlink() the file.
    490490 *
    491491 * @since 2.5.0
     
    885885
    886886/**
    887  * Displays a form to the user to request for their FTP/SSH details in order to  connect to the filesystem.
     887 * Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.
    888888 * All chosen/entered details are saved, Excluding the Password.
    889889 *
     
    897897 * @param string $type the chosen Filesystem method in use
    898898 * @param boolean $error if the current request has failed to connect
    899  * @param string $context The directory which is needed access to, The write-test will be performed on  this directory by get_filesystem_method()
     899 * @param string $context The directory which is needed access to, The write-test will be performed on this directory by get_filesystem_method()
    900900 * @param string $extra_fields Extra POST fields which should be checked for to be included in the post.
    901901 * @return boolean False on failure. True on success.
Note: See TracChangeset for help on using the changeset viewer.