Changeset 7478
- Timestamp:
- 03/22/2008 07:34:21 PM (18 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
media.php (modified) (1 diff)
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); -
trunk/wp-includes/media.php
r7474 r7478 367 367 } 368 368 </style> 369 <!-- see gallery_shortcode() in wp-includes/media.php --> 369 370 <div class='gallery'>"); 370 371
Note: See TracChangeset
for help on using the changeset viewer.