Skip to content

Commit

Permalink
chore: wp coding standards fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Jan 20, 2025
1 parent 6acd73b commit 92ec786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/ContentBlocksResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function resolve_content_blocks( $node, $args, $allowed_block_name
// probably have a "Block" Model that handles
// determining what fields should/should not be
// allowed to be returned?
$post = get_post( $node->databaseId );
$post = get_post( $node->databaseId );
$content = ! empty( $post->post_content ) ? $post->post_content : null;
}

Expand Down

0 comments on commit 92ec786

Please sign in to comment.