diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 9187aeb015..15b884f35e 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -851,13 +851,13 @@ function wp_kses_allowed_html( $context = '' ) { $tags = $allowedposttags; $tags['form'] = array( - 'action' => true, - 'accept' => true, + 'action' => true, + 'accept' => true, 'accept-charset' => true, - 'enctype' => true, - 'method' => true, - 'name' => true, - 'target' => true, + 'enctype' => true, + 'method' => true, + 'name' => true, + 'target' => true, ); /** This filter is documented in wp-includes/kses.php */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8449d0a56f..76ba698ca1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44293'; +$wp_version = '5.1-alpha-44294'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.