Changeset 38989
- Timestamp:
- 10/28/2016 01:50:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r38985 r38989 3783 3783 */ 3784 3784 public function export_header_video_settings( $response, $selective_refresh, $partials ) { 3785 if ( isset( $partials[' header_video'] ) || isset( $partials['external_header_video'] ) ) {3785 if ( isset( $partials['custom_header'] ) ) { 3786 3786 $response['custom_header_settings'] = get_header_video_settings(); 3787 3787 }
Note: See TracChangeset
for help on using the changeset viewer.