Ticket #56068: 56068.diff
File 56068.diff, 540 bytes (added by , 2 years ago) |
---|
-
src/wp-includes/class-wp.php
769 769 770 770 $parsed = $this->parse_request( $query_args ); 771 771 772 $this->send_headers();773 774 772 if ( $parsed ) { 775 773 $this->query_posts(); 776 774 $this->handle_404(); … … 777 775 $this->register_globals(); 778 776 } 779 777 778 $this->send_headers(); 779 780 780 /** 781 781 * Fires once the WordPress environment has been set up. 782 782 *