Changeset 54636 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 10/18/2022 04:09:50 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r54250 r54636 411 411 * @since 4.4.0 `X-Pingback` header is added conditionally for single posts that allow pings. 412 412 * @since 6.1.0 Runs after posts have been queried. 413 * 414 * @global WP_Query $wp_query WordPress Query object. 413 415 */ 414 416 public function send_headers() { 417 global $wp_query; 418 415 419 $headers = array(); 416 420 $status = null;
Note: See TracChangeset
for help on using the changeset viewer.