Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Migrate Classic recurrence into Blocks #479

Merged
merged 1 commit into from Nov 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/events/src/Tribe/Editor.php
Expand Up @@ -146,7 +146,7 @@ public function update_post_content_to_blocks( $post ) {
$json_param = json_encode( $params );
}

$block_tag = "<!-- wp:{$slug} {$json_params} /-->";
$block_tag = "<!-- wp:{$slug} {$json_param} /-->";

if ( 'core/paragraph' === $slug ) {
if ( '' === $post->post_content ) {
Expand Down