mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Updated text for Customize pointer. Props jane. see #20554
git-svn-id: http://core.svn.wordpress.org/trunk@20854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f3ec4f06c6
commit
2f97993537
@ -1839,7 +1839,7 @@ final class WP_Internal_Pointers {
|
||||
public static function pointer_wp340_customize_current_theme_link() {
|
||||
$content = '<h3>' . __( 'New Feature: Customizer' ) . '</h3>';
|
||||
$content .= '<p>' . __( 'Click Customize to change the header, background, title and menus of the current theme, all in one place.' ) . '</p>';
|
||||
$content .= '<p>' . __( 'Click the Customize links in the Available Themes list below to customize, preview, and optionally activate the selected theme.' ) . '</p>';
|
||||
$content .= '<p>' . __( 'Click the Live Preview links in the Available Themes list below to customize and preview another theme before activating it.' ) . '</p>';
|
||||
|
||||
WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array(
|
||||
'content' => $content,
|
||||
|
Loading…
Reference in New Issue
Block a user