Make WordPress Core

Changeset 15167


Ignore:
Timestamp:
06/08/2010 11:04:51 AM (14 years ago)
Author:
dd32
Message:

Use the correct variable name. See #13778

File:
1 edited

Legend:

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

    r15166 r15167  
    629629                        }
    630630                    }
    631                     @closedir($theme_subdir);
     631                    @closedir($theme_subdirs);
    632632                    if ( !$found_subdir_themes )
    633633                        $wp_broken_themes[$theme_dir] = array('Name' => $theme_dir, 'Title' => $theme_dir, 'Description' => __('Stylesheet is missing.'));
Note: See TracChangeset for help on using the changeset viewer.