Ticket #54931: 54391.patch
File 54391.patch, 559 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/block-template-utils.php
791 791 $template = _build_block_template_result_from_post( $posts[0] ); 792 792 793 793 if ( ! is_wp_error( $template ) ) { 794 return $template; 794 /** This filter is documented in wp-includes/block-template-utils.php */ 795 return apply_filters( 'get_block_template', $template, $id, $template_type ); 795 796 } 796 797 } 797 798