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 8, 2023
1 parent fe1bbd3 commit 5e61d7b
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 5e61d7b

Please sign in to comment.