Changeset 45017
- Timestamp:
- 03/26/2019 11:17:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45016 r45017 3312 3312 3313 3313 /** 3314 * Kill WordPress execution and display JSONP message witherror message.3315 * 3316 * This is the handler for wp_die when processing JSONP requests.3314 * Kills WordPress execution and displays JSONP response with an error message. 3315 * 3316 * This is the handler for wp_die() when processing JSONP requests. 3317 3317 * 3318 3318 * @since 5.2.0 … … 3386 3386 3387 3387 /** 3388 * Kill WordPress execution and display XML message witherror message.3389 * 3390 * This is the handler for wp_die when processing XML requests.3388 * Kills WordPress execution and displays XML response with an error message. 3389 * 3390 * This is the handler for wp_die() when processing XML requests. 3391 3391 * 3392 3392 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.