﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
11249	wpautop no longer a standalone function	matt	matt	"Something that generally annoys me is inter-file dependencies of wp-includes. I would like for each of the files to be self-contained so you can include one and get everything you need from it.

A good recent example of us breaking this is with formatting, and wpautop in particular. You can no longer include formatting.php and call that function without including all of WP because it relies on a function called get_shortcode_regex().

Here's a one-liner that makes wpautop independently useful again with a simple function_exists."	enhancement	closed	normal	2.9	Formatting	2.9	normal	fixed	has-patch	
