Changeset 5476
- Timestamp:
- 05/14/07 23:30:17 (2 years ago)
- Files:
-
- trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/theme.php
r5447 r5476 181 181 $stylesheet = dirname($theme_file); 182 182 183 $screenshot = false; 183 184 foreach ( array('png', 'gif', 'jpg', 'jpeg') as $ext ) { 184 185 if (file_exists("$theme_root/$stylesheet/screenshot.$ext")) {
