Ticket #12425: 12425.diff

File 12425.diff, 472 bytes (added by Denis-de-Bernardy, 3 years ago)
Line 
1Index: wp-includes/default-constants.php
2===================================================================
3--- wp-includes/default-constants.php   (revision 13499)
4+++ wp-includes/default-constants.php   (working copy)
5@@ -288,7 +288,8 @@
6         * Will be used as the fallback if the current theme doesn't exist.
7         * @since 3.0.0
8         */
9-       define( 'WP_FALLBACK_THEME', 'twentyten' );
10+       if ( !defined('WP_FALLBACK_THEME') )
11+               define( 'WP_FALLBACK_THEME', 'twentyten' );
12 }
13 
14 ?>