diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php index c2cac8dcef..b10ed5b9b6 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php @@ -3,7 +3,7 @@ * Header with centered logo and black background */ return array( - 'title' => __( 'Header with centered logo and black background', 'twentytwentytwo' ), + 'title' => __( 'Header with centered logo and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php index 2e4dc451d1..cb1b310e11 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php @@ -3,7 +3,7 @@ * Centered header with navigation, social links, and salmon background block pattern */ return array( - 'title' => __( 'Centered header with navigation, social links, and salmon background', 'twentytwentytwo' ), + 'title' => __( 'Centered header with navigation, social links, and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php index dbe8de9fe4..3ddea755f0 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php @@ -3,7 +3,7 @@ * Logo and navigation header with gray background */ return array( - 'title' => __( 'Logo and navigation header with gray background', 'twentytwentytwo' ), + 'title' => __( 'Logo and navigation header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php index f881b41d81..c9b0f886d1 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php @@ -3,7 +3,7 @@ * Logo, navigation, and social links header with black background block pattern */ return array( - 'title' => __( 'Logo, navigation, and social links header with black background', 'twentytwentytwo' ), + 'title' => __( 'Logo, navigation, and social links header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php index 0e11c13607..468a696dd7 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php @@ -3,7 +3,7 @@ * Text-only header with green background block pattern */ return array( - 'title' => __( 'Text-only header with green background', 'twentytwentytwo' ), + 'title' => __( 'Text-only header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php index b03e528a48..4a4913ec47 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php @@ -3,7 +3,7 @@ * Text-only header with salmon background block pattern */ return array( - 'title' => __( 'Text-only header with salmon background', 'twentytwentytwo' ), + 'title' => __( 'Text-only header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php index 4c2a4864f0..d529fe851d 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php @@ -3,7 +3,7 @@ * Text-only header with tagline and black background block pattern */ return array( - 'title' => __( 'Text-only header with tagline and black background', 'twentytwentytwo' ), + 'title' => __( 'Text-only header with tagline and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => ' diff --git a/wp-includes/version.php b/wp-includes/version.php index 09b7959ae0..f28b2003ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55121'; +$wp_version = '6.2-alpha-55122'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.