Skip to content

Commit

Permalink
Reverted prefix change to file that was not copied to GB
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 9, 2023
1 parent 522686e commit 7b36bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function prepare_revision_links( $template ) {
*/
public function get_item( $request ) {
if ( isset( $request['source'] ) && 'theme' === $request['source'] ) {
$template = gutenberg_get_block_file_template( $request['id'], $this->post_type );
$template = get_block_file_template( $request['id'], $this->post_type );
} else {
$template = gutenberg_get_block_template( $request['id'], $this->post_type );
}
Expand Down

0 comments on commit 7b36bc5

Please sign in to comment.