fix upgrade call
This commit is contained in:
parent
a55dc90379
commit
7be74c1837
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class Post {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Upgrade from old template codes to shortcodes.
|
// Upgrade from old template codes to shortcodes.
|
||||||
$content = $this->upgrade_post_content_template();
|
$content = self::upgrade_post_content_template();
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue