remove old shortcode code
This commit is contained in:
parent
bd8906638f
commit
281ed2a8c2
1 changed files with 0 additions and 3 deletions
|
@ -235,9 +235,6 @@ class Post {
|
||||||
$post = $this->post;
|
$post = $this->post;
|
||||||
$content = $this->get_post_content_template();
|
$content = $this->get_post_content_template();
|
||||||
|
|
||||||
// Register the shortcodes.
|
|
||||||
$shortcodes = new \Activitypub\Shortcodes( $post );
|
|
||||||
|
|
||||||
// Fill in the shortcodes.
|
// Fill in the shortcodes.
|
||||||
setup_postdata( $post );
|
setup_postdata( $post );
|
||||||
$content = do_shortcode( $content );
|
$content = do_shortcode( $content );
|
||||||
|
|
Loading…
Reference in a new issue