Recommend the wp_kses_allowed_html filter over CUSTOM_TAGS. Soft deprecate CUSTOM_TAGS. see #17977, #20210.
git-svn-id: https://develop.svn.wordpress.org/trunk@21796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cce4267f17
commit
82229b784f
@ -34,6 +34,11 @@
|
||||
/**
|
||||
* You can override this in a plugin.
|
||||
*
|
||||
* The wp_kses_allowed_html filter is more powerful and supplies context.
|
||||
* CUSTOM_TAGS is not recommended and should be considered deprecated.
|
||||
*
|
||||
* @see wp_kses_allowed_html()
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
if ( ! defined( 'CUSTOM_TAGS' ) )
|
||||
|
Loading…
Reference in New Issue
Block a user