Ticket #17242: 17242-stdclass-fix.diff
File 17242-stdclass-fix.diff, 360 bytes (added by , 11 years ago) |
---|
-
wp-includes/theme.php
1490 1490 } 1491 1491 1492 1492 if ( empty( $headers ) ) 1493 return stdClass ();1493 return stdClass; 1494 1494 1495 1495 $_wp_random_header = (object) $headers[ array_rand( $headers ) ]; 1496 1496