From 215de3c5f31e7cf090c7efaadf1a5e885bf17c7d Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 24 Jan 2023 08:51:12 +0000 Subject: [PATCH] Twenty Twenty-Two: Remove color reference from pattern names. This changeset removes color names from pattern names to make them less opinionated, and avoid mismatching when the user changes related colors. It does not update filenames for now, as they are not directly exposed to end users. Props poena, mukesh27. Fixes #56720. Built from https://develop.svn.wordpress.org/trunk@55122 git-svn-id: http://core.svn.wordpress.org/trunk@54655 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../inc/patterns/header-centered-logo-black-background.php | 2 +- .../inc/patterns/header-centered-title-navigation-social.php | 2 +- .../inc/patterns/header-logo-navigation-gray-background.php | 2 +- .../patterns/header-logo-navigation-social-black-background.php | 2 +- .../inc/patterns/header-text-only-green-background.php | 2 +- .../inc/patterns/header-text-only-salmon-background.php | 2 +- .../patterns/header-text-only-with-tagline-black-background.php | 2 +- wp-includes/version.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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.