Changes between Initial Version and Version 3 of Ticket #31294
- Timestamp:
- 02/11/2015 12:46:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31294
- Property Keywords has-patch added; needs-patch removed
-
Ticket #31294 – Description
initial v3 1 1 Reported by ocean90: 2 2 3 > In r31370 you've changed doing_ajax()to return only true for `defined( 'DOING_AJAX' ) && DOING_AJAX`, and not `isset( $_POST['customized'] )` anymore. This breaks the preview if you're logged out because you get a regular `wp_die()` with HTML instead of the `0`.3 > In r31370 you've changed `doing_ajax()` to return only true for `defined( 'DOING_AJAX' ) && DOING_AJAX`, and not `isset( $_POST['customized'] )` anymore. This breaks the preview if you're logged out because you get a regular `wp_die()` with HTML instead of the `0`. 4 4 5 5 https://wordpress.slack.com/archives/core-customize/p1423601418000599