Skip to content

Commit 7be74c1

Browse files
committed
fix upgrade call
1 parent a55dc90 commit 7be74c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function get_post_content_template() {
276276
}
277277

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

281281
return $content;
282282
}

0 commit comments

Comments
 (0)