wpseek.com
A WordPress-centric search engine for devs and theme authors



tinymce_include › WordPress Function

Since2.1.0
Deprecated2.1.0
tinymce_include ( No parameters )
See:
Defined at:
Codex:

No description yet.



Source

function tinymce_include() {
	_deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );

	wp_tiny_mce();
}