Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10105 r10150  
    426426 * This is different from wp_load_alloptions() in that this function does not
    427427 * cache its results and will retrieve all options from the database every time
    428  * 
     428 *
    429429 * it is called.
    430430 *
     
    17511751    if ( ( $target != '/' ) && ( wp_mkdir_p( dirname( $target ) ) ) )
    17521752        return wp_mkdir_p( $target );
    1753    
     1753
    17541754    return false;
    17551755}
     
    28902890/**
    28912891 * Copy an object.
    2892  * 
     2892 *
    28932893 * Returns a cloned copy of an object.
    2894  * 
     2894 *
    28952895 * @since 2.7.0
    2896  * 
     2896 *
    28972897 * @param object $object The object to clone
    28982898 * @return object The cloned object
Note: See TracChangeset for help on using the changeset viewer.