Changeset 7455
- Timestamp:
- 03/21/2008 06:27:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r7445 r7455 1030 1030 function wp_mkdir_p( $target ) { 1031 1031 // from php.net/mkdir user contributed notes 1032 $target = str_replace( '//', '/', $target ); 1032 1033 if ( file_exists( $target ) ) 1033 1034 return @is_dir( $target );
Note: See TracChangeset
for help on using the changeset viewer.