Changeset 55817
- Timestamp:
- 05/17/2023 09:21:09 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r55744 r55817 953 953 $post_type = isset( $query['post_type'] ) ? $query['post_type'] : ''; 954 954 $wp_query_args = array( 955 'post_status' => array( 'auto-draft', 'draft', 'publish' ), 956 'post_type' => $template_type, 957 'posts_per_page' => -1, 958 'no_found_rows' => true, 959 'tax_query' => array( 955 'post_status' => array( 'auto-draft', 'draft', 'publish' ), 956 'post_type' => $template_type, 957 'posts_per_page' => -1, 958 'no_found_rows' => true, 959 'lazy_load_term_meta' => false, 960 'tax_query' => array( 960 961 array( 961 962 'taxonomy' => 'wp_theme',
Note: See TracChangeset
for help on using the changeset viewer.