Changeset 40103
- Timestamp:
- 02/23/2017 10:29:27 AM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r40028 r40103 3873 3873 3874 3874 /** 3875 * Is the query for an existing single post of any post type (post, attachment, page, ... )? 3875 * Is the query for an existing single post of any post type (post, attachment, page, 3876 * custom post types)? 3876 3877 * 3877 3878 * If the $post_types parameter is specified, this function will additionally -
trunk/src/wp-includes/query.php
r38463 r40103 598 598 599 599 /** 600 * Is the query for an existing single post of any post type (post, attachment, page, ... )? 600 * Is the query for an existing single post of any post type (post, attachment, page, 601 * custom post types)? 601 602 * 602 603 * If the $post_types parameter is specified, this function will additionally
Note: See TracChangeset
for help on using the changeset viewer.