Changeset 52815 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 03/02/2022 03:38:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r52814 r52815 126 126 * 127 127 * @since 2.0.0 128 * @since 6.0.0 A return value was added. 128 129 * 129 130 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. … … 759 760 public function main( $query_args = '' ) { 760 761 $this->init(); 762 761 763 $parsed = $this->parse_request( $query_args ); 764 762 765 $this->send_headers(); 766 763 767 if ( $parsed ) { 764 768 $this->query_posts(); … … 766 770 $this->register_globals(); 767 771 } 772 768 773 /** 769 774 * Fires once the WordPress environment has been set up.
Note: See TracChangeset
for help on using the changeset viewer.