Changeset 53928 for branches/6.0
- Timestamp:
- 08/23/2022 02:54:57 PM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/block-template-utils.php
r53405 r53928 706 706 $is_not_custom = false === array_search( 707 707 wp_get_theme()->get_stylesheet() . '//' . $template_file['slug'], 708 array_column( $query_result, 'id' ),708 wp_list_pluck( $query_result, 'id' ), 709 709 true 710 710 );
Note: See TracChangeset
for help on using the changeset viewer.