Changeset 10150 for trunk/wp-includes/functions.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10105 r10150 426 426 * This is different from wp_load_alloptions() in that this function does not 427 427 * cache its results and will retrieve all options from the database every time 428 * 428 * 429 429 * it is called. 430 430 * … … 1751 1751 if ( ( $target != '/' ) && ( wp_mkdir_p( dirname( $target ) ) ) ) 1752 1752 return wp_mkdir_p( $target ); 1753 1753 1754 1754 return false; 1755 1755 } … … 2890 2890 /** 2891 2891 * Copy an object. 2892 * 2892 * 2893 2893 * Returns a cloned copy of an object. 2894 * 2894 * 2895 2895 * @since 2.7.0 2896 * 2896 * 2897 2897 * @param object $object The object to clone 2898 2898 * @return object The cloned object
Note: See TracChangeset
for help on using the changeset viewer.