Last active
December 31, 2015 22:49
-
-
Save ivanblagdan/8056471 to your computer and use it in GitHub Desktop.
zoran-kac-issue1.diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/content-page.php b/content-page.php | |
index d2f0abc..75daa60 100755 | |
--- a/content-page.php | |
+++ b/content-page.php | |
@@ -43,7 +43,7 @@ | |
} | |
// Display the content | |
- echo $post_content; | |
+ echo apply_filters( 'the_content', $post_content ); | |
?> | |
<?php edit_post_link( __( 'Edit', 'kac' ), '<p class="edit-link">', '</p>' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment