Make WordPress Core

Changeset 20854


Ignore:
Timestamp:
05/23/2012 07:49:14 PM (12 years ago)
Author:
ryan
Message:

Updated text for Customize pointer. Props jane. see #20554

File:
1 edited

Legend:

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

    r20839 r20854  
    18401840        $content  = '<h3>' . __( 'New Feature: Customizer' ) . '</h3>';
    18411841        $content .= '<p>' . __( 'Click Customize to change the header, background, title and menus of the current theme, all in one place.' ) . '</p>';
    1842         $content .= '<p>' . __( 'Click the Customize links in the Available Themes list below to customize, preview, and optionally activate the selected theme.' ) . '</p>';
     1842        $content .= '<p>' . __( 'Click the Live Preview links in the Available Themes list below to customize and preview another theme before activating it.' ) . '</p>';
    18431843
    18441844        WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array(
Note: See TracChangeset for help on using the changeset viewer.