Changeset 5475
- Timestamp:
- 05/14/2007 11:30:05 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/theme.php
r5289 r5475 164 164 $stylesheet = dirname($theme_file); 165 165 166 $screenshot = false; 166 167 foreach ( array('png', 'gif', 'jpg', 'jpeg') as $ext ) { 167 168 if (file_exists("$theme_root/$stylesheet/screenshot.$ext")) {
Note: See TracChangeset
for help on using the changeset viewer.