Skip to content

Commit

Permalink
fix upgrade call
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 23, 2023
1 parent a55dc90 commit 7be74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/model/class-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public function get_post_content_template() {
}

// Upgrade from old template codes to shortcodes.
$content = $this->upgrade_post_content_template();
$content = self::upgrade_post_content_template();

return $content;
}
Expand Down

0 comments on commit 7be74c1

Please sign in to comment.