Make WordPress Core

Changeset 41815


Ignore:
Timestamp:
10/10/2017 08:52:50 PM (7 years ago)
Author:
westonruter
Message:

Customize: Improve and clarify help text for Themes panel.

Props michelleweber, melchoyce, celloexpressions.
See #37661.
Fixes #42047.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r41807 r41815  
    43994399        $this->add_panel( new WP_Customize_Themes_Panel( $this, 'themes', array(
    44004400            'title'       => $this->theme()->display( 'Name' ),
    4401             'description' => __( 'Once themes are installed, you can live-preview them on your site, customize them, and publish your new design. Browse available themes via the filters in this menu.' ),
     4401            'description' => (
     4402                '<p>' . __( 'Looking for a theme? You can search or browse the WordPress.org theme directory, install and preview themes, then activate them right here.' ) . '</p>' .
     4403                '<p>' . __( 'While previewing a new theme, you can continue to tailor things like widgets and menus, and explore theme-specific options.' ) . '</p>'
     4404            ),
    44024405            'capability'  => 'switch_themes',
    44034406            'priority'    => 0,
Note: See TracChangeset for help on using the changeset viewer.