Changeset 48168 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/25/2020 12:41:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48126 r48168 3576 3576 */ 3577 3577 function _ajax_wp_die_handler( $message, $title = '', $args = array() ) { 3578 // Set default 'response' to 200 for A JAXrequests.3578 // Set default 'response' to 200 for Ajax requests. 3579 3579 $args = wp_parse_args( 3580 3580 $args,
Note: See TracChangeset
for help on using the changeset viewer.