Docs: Correct a parameter name for the force_filtered_html_on_import filter.
See #32246. Built from https://develop.svn.wordpress.org/trunk@35973 git-svn-id: http://core.svn.wordpress.org/trunk@35938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -312,7 +312,7 @@ if ( isset($plugin_page) ) {
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param bool false Whether to force data to be filtered through kses. Default false.
|
||||
* @param bool $force Whether to force data to be filtered through kses. Default false.
|
||||
*/
|
||||
if ( apply_filters( 'force_filtered_html_on_import', false ) ) {
|
||||
kses_init_filters(); // Always filter imported data with kses on multisite.
|
||||
|
||||
Reference in New Issue
Block a user