[wp-trac] [WordPress Trac] #12846: Change references from default theme to WP_FALLBACK_THEME
WordPress Trac
wp-trac at lists.automattic.com
Sun Apr 4 16:25:21 UTC 2010
#12846: Change references from default theme to WP_FALLBACK_THEME
--------------------------+-------------------------------------------------
Reporter: MichaelH | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Template | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by MichaelH):
Don't know if these two places should be changed, but will reference them:
In wp-admin/themes.php line there is this reference to default but wonder
if changing that to WP_FALLBACK_THEME hinders translation:
{{{
<div id="message1" class="updated"><p><?php _e('The active theme is
broken. Reverting to the default theme.'); ?></p></div>
}}}
and in wp-includes/theme.php not sure what this is for:
{{{
if ( ('WordPress Default' == $name || 'WordPress Classic' == $name) &&
('default' == $stylesheet || 'classic' == $stylesheet) ) {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12846#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list