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:
parent
917d5a7370
commit
fcbe872299
|
@ -83,7 +83,7 @@ function get_theme_data( $theme_file ) {
|
||||||
$author_uti = '';
|
$author_uti = '';
|
||||||
|
|
||||||
if ( preg_match( '|Template:(.*)$|mi', $theme_data, $template ) )
|
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
|
else
|
||||||
$template = '';
|
$template = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue