Files
WordPress/wp-includes
Andrew Nacin 092a33115c Remove wp_parse_post_content(), get_paged_content(), paginate_content() from 3.6, and remove the new $id parameters for get_the_content() and the_content().
The content parsing functions are good abstractions, but are no longer needed by core and are too closely tied to legacy globals, rather than paving a new path.

For get_the_content() and the_content(), this only worsens the function prototype. It muddies theme-specific display (more links, etc) with filtered content. `apply_filters( 'the_content', $post->post_content )` is sufficient practice for now.

see #24330, [24301]. see #23625, [23804].



git-svn-id: http://core.svn.wordpress.org/trunk@24598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-07-09 05:22:50 +00:00
..
2013-05-08 20:37:50 +00:00
2013-07-08 20:27:06 +00:00
2012-11-17 15:11:29 +00:00
2013-07-08 20:27:06 +00:00
2013-05-01 18:39:56 +00:00
2013-07-06 10:48:14 +00:00
2013-05-20 12:10:58 +00:00
2013-07-08 20:27:06 +00:00