Changeset 38028 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/10/2016 12:50:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r37985 r38028 306 306 307 307 /** 308 * Return true if it's an A JAXrequest.308 * Return true if it's an Ajax request. 309 309 * 310 310 * @since 3.4.0 … … 312 312 * @access public 313 313 * 314 * @param string|null $action Whether the supplied A JAXaction is being run.315 * @return bool True if it's an A JAXrequest, false otherwise.314 * @param string|null $action Whether the supplied Ajax action is being run. 315 * @return bool True if it's an Ajax request, false otherwise. 316 316 */ 317 317 public function doing_ajax( $action = null ) { … … 334 334 /** 335 335 * Custom wp_die wrapper. Returns either the standard message for UI 336 * or the A JAXmessage.337 * 338 * @since 3.4.0 339 * 340 * @param mixed $ajax_message A JAXreturn336 * or the Ajax message. 337 * 338 * @since 3.4.0 339 * 340 * @param mixed $ajax_message Ajax return 341 341 * @param mixed $message UI message 342 342 */ … … 354 354 355 355 /** 356 * Return the A JAXwp_die() handler if it's a customized request.356 * Return the Ajax wp_die() handler if it's a customized request. 357 357 * 358 358 * @since 3.4.0 … … 610 610 611 611 /** 612 * Prevents A JAXrequests from following redirects when previewing a theme612 * Prevents Ajax requests from following redirects when previewing a theme 613 613 * by issuing a 200 response instead of a 30x. 614 614 * … … 763 763 /** 764 764 * Prevent sending a 404 status when returning the response for the customize 765 * preview, since it causes the jQuery A JAXto fail. Send 200 instead.765 * preview, since it causes the jQuery Ajax to fail. Send 200 instead. 766 766 * 767 767 * @since 4.0.0 … … 1143 1143 1144 1144 /** 1145 * Filters response data for a successful customize_save A JAXrequest.1145 * Filters response data for a successful customize_save Ajax request. 1146 1146 * 1147 1147 * This filter does not apply if there was a nonce or authentication failure.
Note: See TracChangeset
for help on using the changeset viewer.