Make WordPress Core


Ignore:
Timestamp:
03/08/2012 06:00:11 PM (13 years ago)
Author:
nacin
Message:

Use correct variable. see #20103.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r20152 r20161  
    3535            $root_of_current_theme = get_raw_theme_root( $current_theme );
    3636            if ( ! in_array( $root_of_current_theme, $wp_theme_directories ) )
    37                 $root_of_current_theme = WP_CONTENT_DIR . $current_theme_root;
     37                $root_of_current_theme = WP_CONTENT_DIR . $root_of_current_theme;
    3838            $_theme_directories[ $current_theme ]['theme_root'] = $root_of_current_theme;
    3939        }
Note: See TracChangeset for help on using the changeset viewer.