Changeset 45377 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 05/22/2019 09:47:49 PM (7 years 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
r45285 r45377 4170 4170 * @since 4.4.0 Added the ability to pass a post ID to `$post`. 4171 4171 * 4172 * @global int $id4173 * @global WP_User $authordata4174 * @global string |int|bool$currentday4175 * @global string |int|bool$currentmonth4176 * @global int $page4177 * @global array $pages4178 * @global int $multipage4179 * @global int $more4180 * @global int $numpages4172 * @global int $id 4173 * @global WP_User $authordata 4174 * @global string $currentday 4175 * @global string $currentmonth 4176 * @global int $page 4177 * @global array $pages 4178 * @global int $multipage 4179 * @global int $more 4180 * @global int $numpages 4181 4181 * 4182 4182 * @param WP_Post|object|int $post WP_Post instance or Post ID/object.
Note: See TracChangeset
for help on using the changeset viewer.