Definition:
function tinymce_include() {}
Source code
function tinymce_include() {
_deprecated_function( __FUNCTION__, '2.1', 'wp_tiny_mce()' );
wp_tiny_mce();
}
3065
Definition:
function tinymce_include() {}
function tinymce_include() {
_deprecated_function( __FUNCTION__, '2.1', 'wp_tiny_mce()' );
wp_tiny_mce();
}
3065
No comments yet... Be the first to leave a reply!