From eb4dd3e15fa1a9499abcafc1fd1c3f2d2de9a9f5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 26 Apr 2012 00:58:16 +0000 Subject: [PATCH] Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. git-svn-id: https://develop.svn.wordpress.org/trunk@20605 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-tag-form.php | 6 +++--- wp-admin/export.php | 4 ++-- wp-admin/options-general.php | 11 +++++------ wp-admin/options-media.php | 8 +++++--- wp-admin/options-reading.php | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index 87fdbbc788..24efd82f88 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -52,16 +52,16 @@ do_action($taxonomy . '_pre_edit_form', $tag, $taxonomy); ?> - 0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?>
+ 0, 'hide_if_empty' => false, 'name' => 'parent', 'orderby' => 'name', 'taxonomy' => $taxonomy, 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'))); ?> - +

-
+
-

-

+

+