Changeset 35923 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 12/14/2015 12:53:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r35899 r35923 1856 1856 $this->add_control( new WP_Customize_Site_Icon_Control( $this, 'site_icon', array( 1857 1857 'label' => __( 'Site Icon' ), 1858 'description' => __( 'The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least <strong>512</strong> pixels wide and tall.' ), 1858 'description' => sprintf( 1859 /* translators: %s: site icon size in pixels */ 1860 __( 'The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least %s pixels wide and tall.' ), 1861 '<strong>512</strong>' 1862 ), 1859 1863 'section' => 'title_tagline', 1860 1864 'priority' => 60,
Note: See TracChangeset
for help on using the changeset viewer.