From 0d472228a20b8d69d2522686a21893ae5a4ba0c9 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@14617 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 6e88d27d5e..da95c56fcf 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 303e95c531..4a26f5537a 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="" />

-
+