From ab0cf8d942a477b03b4efedce38062ebec591a13 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 14 May 2010 01:50:46 +0000 Subject: [PATCH] Add closing tr tag to custom-background.php. Close paragraph tags in the recent comments and posts widget controls. props jshreve, see #13383. git-svn-id: http://svn.automattic.com/wordpress/trunk@14617 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-background.php | 1 + wp-includes/default-widgets.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 6e88d27d5..da95c56fc 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -210,6 +210,7 @@ class Custom_Background {

+ diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 303e95c53..4a26f5537 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -589,7 +589,7 @@ class WP_Widget_Recent_Posts extends WP_Widget {

-
+

get_field_id('title'); ?>" name="get_field_name('title'); ?>" type="text" value="" />

-
+