Changeset 45739 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 08/04/2019 01:58:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r45735 r45739 561 561 * @since 2.0.0 562 562 * 563 * @global WP_Query $wp_query 563 * @global WP_Query $wp_query WordPress Query object. 564 564 * @global string $query_string Query string for the loop. 565 * @global array $posts The found posts.566 * @global WP_Post|null $post The current post, if available.567 * @global string $request The SQL statement for the request.568 * @global int $more Only set, if single page or post.569 * @global int $single If single page or post. Only set, if single page or post.570 * @global WP_User $authordata Only set, if author archive.565 * @global array $posts The found posts. 566 * @global WP_Post|null $post The current post, if available. 567 * @global string $request The SQL statement for the request. 568 * @global int $more Only set, if single page or post. 569 * @global int $single If single page or post. Only set, if single page or post. 570 * @global WP_User $authordata Only set, if author archive. 571 571 */ 572 572 public function register_globals() { … … 607 607 * @since 2.0.0 608 608 * 609 * @global WP_Query $wp_the_query 609 * @global WP_Query $wp_the_query WordPress Query object. 610 610 */ 611 611 public function query_posts() { … … 630 630 * @since 2.0.0 631 631 * 632 * @global WP_Query $wp_query 632 * @global WP_Query $wp_query WordPress Query object. 633 633 */ 634 634 public function handle_404() {
Note: See TracChangeset
for help on using the changeset viewer.