Tweaks and catchups

git-svn-id: https://develop.svn.wordpress.org/trunk@2756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-08-07 08:58:10 +00:00
parent afa1eb7e00
commit 1d5e21d175
8 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ case 'edit':
<div class="storycontent">
<?php
echo apply_filters('the_content', $post->post_content);
echo apply_filters('the_content', html_entity_decode($post->post_content) );
?>
</div>
</div>