Changeset 48406 for trunk/src/wp-includes/query.php
- Timestamp:
- 07/08/2020 11:09:08 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r48100 r48406 922 922 * @global WP_Query $wp_query WordPress Query object. 923 923 * 924 * @return bool 924 * @return bool True if posts are available, false if end of the loop. 925 925 */ 926 926 function have_posts() { … … 982 982 * @global WP_Query $wp_query WordPress Query object. 983 983 * 984 * @return bool 984 * @return bool True if comments are available, false if no more comments. 985 985 */ 986 986 function have_comments() {
Note: See TracChangeset
for help on using the changeset viewer.