Skip to content

Commit

Permalink
Merge branch 'master' into sns
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Feb 8, 2024
2 parents 2d9f333 + 6612d22 commit 4cfa8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ function get_block_pattern_shortcode($atts) {
if (isset($id)) {
$reuse = get_post($atts['id']);
if (isset($reuse)) {
$content = apply_filters('the_content', $reuse->post_content);
$content = $reuse->post_content;
}
}

Expand Down

0 comments on commit 4cfa8e2

Please sign in to comment.