Changeset 9970
- Timestamp:
- 11/29/2008 11:24:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r9802 r9970 1745 1745 1746 1746 // If the above failed, attempt to create the parent node, then try again. 1747 if ( wp_mkdir_p( dirname( $target) ) )1747 if ( ( $target != '/' ) && ( wp_mkdir_p( dirname( $target ) ) ) ) 1748 1748 return wp_mkdir_p( $target ); 1749 1749 1750 1750 return false; 1751 1751 }
Note: See TracChangeset
for help on using the changeset viewer.