Changeset 53927
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r53757 r53927 697 697 $is_not_custom = false === array_search( 698 698 wp_get_theme()->get_stylesheet() . '//' . $template_file['slug'], 699 array_column( $query_result, 'id' ),699 wp_list_pluck( $query_result, 'id' ), 700 700 true 701 701 );
Note: See TracChangeset
for help on using the changeset viewer.