From a5e8f80f580218c92e4c7a8f67eaee2c5d9694a5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 11 Sep 2012 19:16:53 +0000 Subject: [PATCH] Undo nested paragraphs added in [21816]. see #17944. git-svn-id: https://develop.svn.wordpress.org/trunk@21817 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/themes.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 2c6c4bba33..5e83da86cb 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -146,14 +146,12 @@ $customize_title = sprintf( __( 'Customize “%s”' ), $ct->display('Na
  • display('Author') ); ?>
  • display('Version') ); ?>
  • -

    display('Description'); - if ( $ct->parent() ) { - printf( '

    ' . __( 'This child theme requires its parent theme, %2$s.' ) . '

    ', - __( 'http://codex.wordpress.org/Child_Themes' ), - $ct->parent()->display( 'Name' ) ); - } - ?>

    +

    display('Description'); ?>

    + parent() ) { + printf( '

    ' . __( 'This child theme requires its parent theme, %2$s.' ) . '

    ', + __( 'http://codex.wordpress.org/Child_Themes' ), + $ct->parent()->display( 'Name' ) ); + } ?>