Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 10, 2023
1 parent 5ef3eed commit 2662a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function prepare_item_for_response( $item, $request ) {
return $response;
}

$data = $response->get_data();
$data = $response->get_data();

$blocks = parse_blocks( $data['content'] );
$data['content'] = gutenberg_serialize_blocks( $blocks ); // Serialize or render?
Expand Down

0 comments on commit 2662a0a

Please sign in to comment.