Docs: Correct a parameter name for the force_filtered_html_on_import filter.

See #32246.

git-svn-id: https://develop.svn.wordpress.org/trunk@35973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2015-12-16 19:39:34 +00:00
parent b041e9b189
commit 505fc319c7

View File

@ -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.