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,