Changeset 46759
- Timestamp:
- 11/22/2019 06:14:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r46660 r46759 313 313 * This filter runs before it can be used by plugins. It is designed for 314 314 * non-web run-times. Returning false causes the `WP_DEBUG` and related 315 * constants to not be checked and the default phpvalues for errors315 * constants to not be checked and the default PHP values for errors 316 316 * will be used unless you take care to update them yourself. 317 317 * … … 991 991 992 992 /** 993 * Whether the current request is for a site's admini nstrative interface.993 * Whether the current request is for a site's administrative interface. 994 994 * 995 995 * e.g. `/wp-admin/` … … 1528 1528 * @since 5.2.0 1529 1529 * 1530 * @return bool True if Accepts or Content-Type headers contain xml, false otherwise.1530 * @return bool True if `Accepts` or `Content-Type` headers contain XML, false otherwise. 1531 1531 */ 1532 1532 function wp_is_xml_request() {
Note: See TracChangeset
for help on using the changeset viewer.