Changeset 19656 for trunk/wp-admin/includes/template.php
- Timestamp:
- 01/03/2012 06:06:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19655 r19656 1796 1796 public static function pointer_wp330_saving_widgets() { 1797 1797 $content = '<h3>' . __( 'New Feature: Saving Widgets' ) . '</h3>'; 1798 $content .= '<p>' . __( 'If you change your mind and revert to your previous theme, we’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’ll put the widgets back the way you had them.' ) . '</p>'; 1799 1799 1800 1800 WP_Internal_Pointers::print_js( 'wp330_saving_widgets', '#message2', array(
Note: See TracChangeset
for help on using the changeset viewer.