Make WordPress Core


Ignore:
Timestamp:
02/07/2010 10:36:37 PM (15 years ago)
Author:
westi
Message:

Switch to a constant for the fallback theme. See #9015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-constants.php

    r12921 r13019  
    259259             */
    260260            define('STYLESHEETPATH', get_stylesheet_directory());
     261           
     262            /**
     263             * Slug of the fallback theme for this install.
     264             * Will be used as the fallback if the current theme doesn't exist.
     265             * @since 3.0.0
     266             */
     267            define( 'WP_FALLBACK_THEME', 'twentyten' );
    261268            break;
    262269
Note: See TracChangeset for help on using the changeset viewer.