Changeset 49505 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 11/05/2020 09:40:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r49474 r49505 3945 3945 * true only on the page you set as the "Posts page". 3946 3946 * 3947 * @since 3.1.0 3948 * 3947 3949 * @see WP_Query::is_front_page() 3948 *3949 * @since 3.1.03950 3950 * 3951 3951 * @return bool Whether the query is for the blog homepage. … … 3995 3995 * check if the query is for one of the pages specified. 3996 3996 * 3997 * @since 3.1.0 3998 * 3997 3999 * @see WP_Query::is_single() 3998 4000 * @see WP_Query::is_singular() 3999 *4000 * @since 3.1.04001 4001 * 4002 4002 * @param int|string|int[]|string[] $page Optional. Page ID, title, slug, path, or array of such … … 4102 4102 * check if the query is for one of the Posts specified. 4103 4103 * 4104 * @since 3.1.0 4105 * 4104 4106 * @see WP_Query::is_page() 4105 4107 * @see WP_Query::is_singular() 4106 *4107 * @since 3.1.04108 4108 * 4109 4109 * @param int|string|int[]|string[] $post Optional. Post ID, title, slug, path, or array of such … … 4152 4152 * check if the query is for one of the Posts Types specified. 4153 4153 * 4154 * @since 3.1.0 4155 * 4154 4156 * @see WP_Query::is_page() 4155 4157 * @see WP_Query::is_single() 4156 *4157 * @since 3.1.04158 4158 * 4159 4159 * @param string|string[] $post_types Optional. Post type or array of post types
Note: See TracChangeset
for help on using the changeset viewer.