From 54016f80f2c30ce258df3470162cd3361792fbb5 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 3 Jan 2012 18:06:03 +0000 Subject: [PATCH] Add a space. git-svn-id: http://svn.automattic.com/wordpress/trunk@19656 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 7160ede9da..3d23aaf602 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1795,7 +1795,7 @@ final class WP_Internal_Pointers { */ public static function pointer_wp330_saving_widgets() { $content = '

' . __( 'New Feature: Saving Widgets' ) . '

'; - $content .= '

' . __( 'If you change your mind and revert to your previous theme, we’ll put the widgets back the way you had them.' ). '

'; + $content .= '

' . __( 'If you change your mind and revert to your previous theme, we’ll put the widgets back the way you had them.' ) . '

'; WP_Internal_Pointers::print_js( 'wp330_saving_widgets', '#message2', array( 'content' => $content,