Changeset 33329 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/20/2015 03:56:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r33217 r33329 1358 1358 ) ); 1359 1359 1360 $icon = wp_get_attachment_image_src( absint( get_option( 'site_icon' ) ), 'full' );1361 1360 $this->add_setting( 'site_icon', array( 1362 'default' => $icon[0] ? $icon[0] : '',1363 1361 'type' => 'option', 1364 1362 'capability' => 'manage_options',
Note: See TracChangeset
for help on using the changeset viewer.