Changeset 56710 for trunk/src/wp-includes/blocks/query-no-results.php
- Timestamp:
- 09/26/2023 02:20:18 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-no-results.php
r55246 r56710 33 33 } 34 34 35 if ( $query-> have_posts()) {35 if ( $query->post_count > 0 ) { 36 36 return ''; 37 }38 39 if ( ! $use_global_query ) {40 wp_reset_postdata();41 37 } 42 38
Note: See TracChangeset
for help on using the changeset viewer.