mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
Tweaks and catchups
git-svn-id: https://develop.svn.wordpress.org/trunk@2756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user