diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index dd7b5c12e7..5aef6f1886 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -1018,7 +1018,7 @@ class WP_Theme_JSON { * @param WP_Theme_JSON $incoming Data to merge. */ public function merge( $incoming, $update_or_remove = 'remove' ) { - $incoming_data = $incoming->get_raw_data(); + $incoming_data = $incoming->get_raw_data(); $existing_data = $this->theme_json; // The array_replace_recursive algorithm merges at the leaf level. diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 5310f0caf9..81610e1e9a 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -252,7 +252,7 @@ if ( ! CUSTOM_TAGS ) { 'align' => true, 'value' => true, ), - 'main' => array( + 'main' => array( 'align' => true, 'dir' => true, 'lang' => true, diff --git a/wp-includes/version.php b/wp-includes/version.php index 592900c449..1d621af242 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51006'; +$wp_version = '5.8-alpha-51007'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-rss.php b/wp-includes/widgets/class-wp-widget-rss.php index 0b07fd8101..332ba98d88 100644 --- a/wp-includes/widgets/class-wp-widget-rss.php +++ b/wp-includes/widgets/class-wp-widget-rss.php @@ -22,7 +22,7 @@ class WP_Widget_RSS extends WP_Widget { * @since 2.8.0 */ public function __construct() { - $widget_ops = array( + $widget_ops = array( 'description' => __( 'Entries from any RSS or Atom feed.' ), 'customize_selective_refresh' => true, 'show_instance_in_rest' => true,