Add missing brace. Fixes #5643 props xknown.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-01-11 18:35:34 +00:00
parent 917d5a7370
commit fcbe872299
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function get_theme_data( $theme_file ) {
$author_uti = '';
if ( preg_match( '|Template:(.*)$|mi', $theme_data, $template ) )
$template = wp_kses( trim( $template[1], $themes_allowed_tags ) );
$template = wp_kses( trim( $template[1] ), $themes_allowed_tags );
else
$template = '';