- FB6D4F7601223DC083B39A0865987827E5D806DEA9C8FFC330C2382FAEBD3E2C870C9E8236FD3B7750821231AF289A4ADB3B005AB722B845541EE17645193284
+ BCB7B01F1CD40807E89B56F51C67AF3033F96861A3AD803172F770CFB3F6162FC9380E0A76AB401D97EA593238D09ABCC1184890256AD64107A1D0F21158ADD4
mp-wp/wp-includes/theme.php
(321 . 7)(321 . 7)
13 $stylesheet = dirname($theme_file);
14
15 $screenshot = false;
16 foreach ( array('png', 'gif', 'jpg', 'jpeg') as $ext ) {
17 foreach ( array('svg', 'png', 'gif', 'jpg', 'jpeg') as $ext ) {
18 if (file_exists("$theme_root/$stylesheet/screenshot.$ext")) {
19 $screenshot = "screenshot.$ext";
20 break;