Make WordPress Core

Ticket #12283: 12283.4.patch

File 12283.4.patch, 476 bytes (added by hakre, 16 years ago)

theme.php only

  • theme.php

     
    624624        if ($stylesheet_or_template) {
    625625                $theme_roots = get_theme_roots();
    626626
    627                 if ( $theme_roots[$stylesheet_or_template] )
     627                if ( !empty( $theme_roots[$stylesheet_or_template] ) )
    628628                        $theme_root = WP_CONTENT_DIR . $theme_roots[$stylesheet_or_template];
    629629                else
    630630                        $theme_root = WP_CONTENT_DIR . '/themes';