Opened 16 years ago
Closed 16 years ago
#12846 closed defect (bug) (fixed)
Change references from default theme to WP_FALLBACK_THEME
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Template | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Several places still reference the "default" theme folder.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
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) ) {