Changeset 41815
- Timestamp:
- 10/10/2017 08:52:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41807 r41815 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,
Note: See TracChangeset
for help on using the changeset viewer.