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' ) ); + } ?>