Make WordPress Core


Ignore:
Timestamp:
01/03/2012 06:06:03 PM (13 years ago)
Author:
nacin
Message:

Add a space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r19655 r19656  
    17961796    public static function pointer_wp330_saving_widgets() {
    17971797        $content  = '<h3>' . __( 'New Feature: Saving Widgets' ) . '</h3>';
    1798         $content .= '<p>' . __( 'If you change your mind and revert to your previous theme, we&#8217;ll put the widgets back the way you had them.' ). '</p>';
     1798        $content .= '<p>' . __( 'If you change your mind and revert to your previous theme, we&#8217;ll put the widgets back the way you had them.' ) . '</p>';
    17991799
    18001800        WP_Internal_Pointers::print_js( 'wp330_saving_widgets', '#message2', array(
Note: See TracChangeset for help on using the changeset viewer.