Ticket #38225: 38225.diff
File 38225.diff, 527 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-query.php
diff --git src/wp-includes/class-wp-query.php src/wp-includes/class-wp-query.php index a6cd1cf..6eaa257 100644
class WP_Query { 3816 3816 /** 3817 3817 * Is the query for an existing single post? 3818 3818 * 3819 * Works for any post type, except attachments and pages3819 * Works for any post type, except pages. 3820 3820 * 3821 3821 * If the $post parameter is specified, this function will additionally 3822 3822 * check if the query is for one of the Posts specified.