Changeset 47402 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 03/01/2020 05:27:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r47401 r47402 3979 3979 * @since 3.1.0 3980 3980 * 3981 * @param int|string| array$page Optional. Page ID, title, slug, path, or array of such3982 * to check against. Default empty.3981 * @param int|string|int[]|string[] $page Optional. Page ID, title, slug, path, or array of such 3982 * to check against. Default empty. 3983 3983 * @return bool Whether the query is for an existing single page. 3984 3984 */ … … 4086 4086 * @since 3.1.0 4087 4087 * 4088 * @param int|string| array$post Optional. Post ID, title, slug, path, or array of such4089 * to check against. Default empty.4088 * @param int|string|int[]|string[] $post Optional. Post ID, title, slug, path, or array of such 4089 * to check against. Default empty. 4090 4090 * @return bool Whether the query is for an existing single post. 4091 4091 */ … … 4136 4136 * @since 3.1.0 4137 4137 * 4138 * @param string| array$post_types Optional. Post type or array of post types4139 * to check against. Default empty.4138 * @param string|string[] $post_types Optional. Post type or array of post types 4139 * to check against. Default empty. 4140 4140 * @return bool Whether the query is for an existing single post 4141 4141 * or any of the given post types.
Note: See TracChangeset
for help on using the changeset viewer.