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:
parent
4e6e728703
commit
624cb1445d
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-35972';
|
||||
$wp_version = '4.5-alpha-35973';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue