Changeset 34476
- Timestamp:
- 09/24/2015 03:53:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r34443 r34476 599 599 // Only set X-Pingback for single posts. 600 600 if ( is_singular() ) { 601 $p = get_queried_object();601 $p = clone $wp_query->post; 602 602 if ( $p && pings_open( $p ) ) { 603 603 @header( 'X-Pingback: ' . get_bloginfo( 'pingback_url' ) );
Note: See TracChangeset
for help on using the changeset viewer.