diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
index b056c92790..3165b77066 100644
|
|
final class WP_Customize_Manager { |
4398 | 4398 | |
4399 | 4399 | $this->add_panel( new WP_Customize_Themes_Panel( $this, 'themes', array( |
4400 | 4400 | '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 | ), |
4402 | 4405 | 'capability' => 'switch_themes', |
4403 | 4406 | 'priority' => 0, |
4404 | 4407 | ) ) ); |