Hi guys,

I'm just wondering, is the entry in the codex for get_the_content
still relevant where it tells you to add:

<?php
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]&gt;', $content);
?>

It says it hasn't been added to the core yet. Has it been added and
the codex just hasn't been updated yet?

Thanks,
Paul.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to