diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 13e76f6a9b..95d64e145e 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -4337,6 +4337,10 @@ h3.available-themes { font-size: 15px; } +.theme-options .load-customize { + margin-right: 20px; +} + #post-body ul.add-menu-item-tabs li.tabs a, #TB_window #TB_title a.tb-theme-preview-link, #TB_window #TB_title a.tb-theme-preview-link:visited { diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 020d822a78..19b35ba2b9 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -107,6 +107,7 @@ if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> printf( __( '%1$s %2$s by %3$s' ), $ct->display('Name'), $ct->display('Version'), $ct->display('Author') ) ; ?>

display('Description'); ?>

+