- Timestamp:
- 08/31/2016 07:00:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-selective-refresh.php
r38470 r38478 316 316 */ 317 317 if ( ! is_customize_preview() ) { 318 status_header( 403 ); 319 wp_send_json_error( 'expected_customize_preview' ); 318 wp_send_json_error( 'expected_customize_preview', 403 ); 320 319 } else if ( ! isset( $_POST['partials'] ) ) { 321 status_header( 400 ); 322 wp_send_json_error( 'missing_partials' ); 320 wp_send_json_error( 'missing_partials', 400 ); 323 321 } 324 322
Note: See TracChangeset
for help on using the changeset viewer.