diff --git a/wp-admin/admin.php b/wp-admin/admin.php index c518099179..2d0809289a 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1fbf526d29..4f6efaf0f7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.