Changeset 7478 for trunk/wp-includes/functions.php
- Timestamp:
- 03/22/2008 07:34:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r7455 r7478 1121 1121 // return a filename that is sanitized and unique for the given directory 1122 1122 function wp_unique_filename( $dir, $filename, $unique_filename_callback = NULL ) { 1123 1123 $filename = strtolower( $filename ); 1124 1124 // separate the filename into a name and extension 1125 1125 $info = pathinfo($filename);
Note: See TracChangeset
for help on using the changeset viewer.