From b5a9ad17b96088ee24b8cc50f4c5e2c36d28442e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 3 Jan 2012 18:06:03 +0000 Subject: [PATCH] Add a space. git-svn-id: https://develop.svn.wordpress.org/trunk@19656 602fd350-edb4-49c9-b593-d223f7449a82 --- 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,