Changeset 61387 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 12/16/2025 08:19:55 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r61299 r61387 1901 1901 * 1902 1902 * Note: If using conditional tags, use the method versions within the passed instance 1903 * (e.g. $this->is_main_query() instead of is_main_query()). This is because the functions1904 * like is_main_query() test against the global $wp_queryinstance, not the passed one.1903 * (e.g. `$query->is_main_query()` instead of `is_main_query()`). This is because the functions 1904 * like `is_main_query()` test against the global `$wp_query` instance, not the passed one. 1905 1905 * 1906 1906 * @since 2.0.0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)