Commit 940e899c7d for wordpress.org

commit 940e899c7d29c10771c13282b40833422f40d719
Author: ryelle <ryelle@git.wordpress.org>
Date:   Mon Oct 14 22:06:13 2024 +0000

    Help/About: Update the About page for 6.7.

    Introducing the new content for the 6.7 About page. As with the last release, this About page has a simple layout, and links off to WordPress.org for a full overview.

    Props ndiego, annezazu, provenself, ryelle, joen, parinpanjari.
    See #61961.


    Built from https://develop.svn.wordpress.org/trunk@59234


    git-svn-id: http://core.svn.wordpress.org/trunk@58626 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-admin/about.php b/wp-admin/about.php
index ad87ec8f67..5a04723ae8 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -15,6 +15,18 @@ $title = _x( 'About', 'page title' );

 list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );

+$release_notes_url = sprintf(
+	/* translators: %s: WordPress version number. */
+	__( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ),
+	'6-7'
+);
+
+$field_guide_url = sprintf(
+	/* translators: %s: WordPress version number. */
+	__( 'https://make.wordpress.org/core/wordpress-%s-field-guide/' ),
+	'6-7'
+);
+
 require_once ABSPATH . 'wp-admin/admin-header.php';
 ?>
 	<div class="wrap about__container">
@@ -53,19 +65,22 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 					?>
 				</h2>
 				<p class="is-subheading">
-					<?php _e( 'Create and deploy beautiful and coherent design elements across your sites with WordPress 6.6. A new rollback option for auto-updating plugins gives you control, flexibility, and peace of mind.' ); ?>
+					<?php _e( 'WordPress 6.7 debuts the modern Twenty Twenty-Five theme, offering ultimate design flexibility for any blog at any scale. Control your site typography like never before with new font management features. The new Zoom Out feature lets you design your site with a macro view, stepping back from the details to bring the big picture to life.' ); ?>
 				</p>
 			</div>
 		</div>

 		<div class="about__section has-2-columns">
 			<div class="column is-vertically-aligned-center">
-				<h3><?php _e( 'Color palettes & font sets' ); ?></h3>
-				<p><strong><?php _e( 'Add more design options to any block theme.' ); ?></strong> <?php _e( 'Block theme authors can create unlimited individual color or font sets to offer more specific design options within the same theme. These sets provide more contained design possibilities, allowing for customization without changing the site&#8217;s broader styling, beyond color or typography settings.' ); ?></p>
+				<h3><?php _e( 'Introducing Twenty Twenty-Five' ); ?></h3>
+				<p>
+					<strong><?php _e( 'Endless possibility without complexity' ); ?></strong><br />
+					<?php _e( 'Twenty Twenty-Five offers a flexible, design-focused theme that lets you build stunning sites with ease. Tailor your aesthetic with an array of style options, block patterns, and color palettes. Pared down to the essentials, this is a theme that can truly grow with you.' ); ?>
+				</p>
 			</div>
 			<div class="column is-vertically-aligned-center">
 				<div class="about__image">
-					<img src="https://s.w.org/images/core/6.6/color-palettes.webp" alt="" height="436" width="436" />
+					<img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
 				</div>
 			</div>
 		</div>
@@ -73,23 +88,29 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 		<div class="about__section has-2-columns">
 			<div class="column is-vertically-aligned-center">
 				<div class="about__image">
-					<img src="https://s.w.org/images/core/6.6/page-previews.webp" alt="" height="436" width="436" />
+					<img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
 				</div>
 			</div>
 			<div class="column is-vertically-aligned-center">
-				<h3><?php _e( 'Quick previews for pages' ); ?></h3>
-				<p><strong><?php _e( 'Simplify your workflow with a new layout built for pages.' ); ?></strong> <?php _e( 'See all of your pages and a preview of any selected page before you edit via a new side-by-side layout in the Site Editor.' ); ?></p>
+				<h3><?php _e( 'Get the big picture with Zoom Out' ); ?></h3>
+				<p>
+					<strong><?php _e( 'Explore your content from a new perspective' ); ?></strong><br />
+					<?php _e( 'Edit and arrange entire sections of your content like never before. A broader view of your site lets you add, edit, shuffle, or remove patterns to your liking. Embrace your inner architect.' ); ?>
+				</p>
 			</div>
 		</div>

 		<div class="about__section has-2-columns">
 			<div class="column is-vertically-aligned-center">
-				<h3><?php _e( 'Rollbacks for plugin auto-updates' ); ?></h3>
-				<p><strong><?php _e( 'Auto-update your plugins with peace of mind.' ); ?></strong> <?php _e( 'Enjoy the ease of plugin auto-updates with the safety of rollbacks if anything goes wrong, improving your site&#8217;s security while minimizing potential downtime.' ); ?></p>
+				<h3><?php _e( 'Connect blocks and custom fields with no hassle (or code)' ); ?></h3>
+				<p>
+					<strong><?php _e( 'A streamlined way to create dynamic content' ); ?></strong><br />
+					<?php _e( 'This feature introduces a new UI for connecting blocks to custom fields, putting control of dynamic content directly in the editor. Link blocks with fields in just a few clicks, enhancing flexibility and efficiency when building. Your clients will love you—as if they didn&#8217;t already.' ); ?>
+				</p>
 			</div>
 			<div class="column is-vertically-aligned-center">
 				<div class="about__image">
-					<img src="https://s.w.org/images/core/6.6/feature-rollbacks.webp" alt="" height="436" width="436" />
+					<img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
 				</div>
 			</div>
 		</div>
@@ -97,12 +118,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 		<div class="about__section has-2-columns">
 			<div class="column is-vertically-aligned-center">
 				<div class="about__image">
-					<img src="https://s.w.org/images/core/6.6/overrides.webp" alt="" height="436" width="436" />
+					<img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
 				</div>
 			</div>
 			<div class="column is-vertically-aligned-center">
-				<h3><?php _e( 'Overrides' ); ?></h3>
-				<p><strong><?php _e( 'Add the ability to customize content in synced patterns.' ); ?></strong> <?php _e( 'Allow specific pieces of content to be customized in each instance of a synced pattern while keeping a consistent style for all instances, simplifying future updates. Currently, you can set overrides for Heading, Paragraph, Button, and Image blocks.' ); ?></p>
+				<h3><?php _e( 'Embrace your inner font nerd' ); ?></h3>
+				<p>
+					<strong><?php _e( 'New style section, new possibilities' ); ?></strong><br />
+					<?php _e( 'Create, edit, remove, and apply font size presets with the next addition to the Styles interface. Override theme defaults or create your own custom font size, complete with fluid typography for responsive font scaling. Get into the details!' ); ?>
+				</p>
 			</div>
 		</div>

@@ -112,35 +136,21 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 			<div class="column">
 				<div class="about__image">
 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
-						<rect width="48" height="48" rx="4"/>
-						<path d="M28.4287 20.6507C28.8387 20.8874 28.9791 21.4116 28.7424 21.8215L24.7424 28.7498C24.5057 29.1597 23.9815 29.3002 23.5715 29.0635C23.1616 28.8268 23.0211 28.3026 23.2578 27.8926L27.2578 20.9644C27.4945 20.5544 28.0187 20.414 28.4287 20.6507Z" fill="#1e1e1e"/>
-						<path d="M18.6433 23.579C18.2333 23.3423 17.7091 23.4828 17.4724 23.8927C17.2357 24.3027 17.3761 24.8269 17.7861 25.0636L18.281 25.3493C18.691 25.586 19.2152 25.4456 19.4519 25.0356C19.6886 24.6256 19.5481 24.1014 19.1381 23.8647L18.6433 23.579Z" fill="#1e1e1e"/>
-						<path d="M20.0358 20.6508C20.4458 20.4141 20.97 20.5546 21.2067 20.9645L21.4924 21.4594C21.7291 21.8694 21.5887 22.3936 21.1787 22.6303C20.7687 22.867 20.2445 22.7265 20.0078 22.3166L19.7221 21.8217C19.4854 21.4117 19.6259 20.8875 20.0358 20.6508Z" fill="#1e1e1e"/>
-						<path d="M24.8571 20C24.8571 19.5266 24.4734 19.1429 24 19.1429C23.5266 19.1429 23.1429 19.5266 23.1429 20V20.5714C23.1429 21.0448 23.5266 21.4286 24 21.4286C24.4734 21.4286 24.8571 21.0448 24.8571 20.5714V20Z" fill="#1e1e1e"/>
-						<path fill-rule="evenodd" clip-rule="evenodd" d="M14 26C14 20.4772 18.4772 16 24 16C29.5228 16 34 20.4772 34 26C34 28.0846 33.3612 30.0225 32.2686 31.6256L32.0135 32H15.9865L15.7314 31.6256C14.6388 30.0225 14 28.0846 14 26ZM24 17.7143C19.4239 17.7143 15.7143 21.4239 15.7143 26C15.7143 27.5698 16.1501 29.0357 16.9072 30.2857H31.0928C31.8499 29.0357 32.2857 27.5698 32.2857 26C32.2857 21.4239 28.5761 17.7143 24 17.7143Z" fill="#1e1e1e"/>
+						<path fill="#1e1e1e" d="M32.455 17.72a1.592 1.592 0 0 1 .599 2.195l-7.637 12.99a1.653 1.653 0 0 1-2.235.589 1.592 1.592 0 0 1-.599-2.195l7.637-12.99a1.653 1.653 0 0 1 2.235-.589ZM13.774 23.21a1.653 1.653 0 0 0-2.236.589 1.592 1.592 0 0 0 .6 2.195l.944.536c.783.444 1.783.18 2.235-.588a1.592 1.592 0 0 0-.599-2.196l-.944-.535ZM16.432 17.72a1.653 1.653 0 0 1 2.236.588l.545.928a1.592 1.592 0 0 1-.599 2.196 1.653 1.653 0 0 1-2.235-.588l-.546-.928a1.592 1.592 0 0 1 .6-2.196ZM25.637 16.5c0-.888-.733-1.607-1.637-1.607s-1.636.72-1.636 1.607v1.071c0 .888.732 1.608 1.636 1.608.904 0 1.637-.72 1.637-1.608V16.5Z"/>
+						<path fill="#1e1e1e" fill-rule="evenodd" d="M4.91 27.75C4.91 17.395 13.455 9 24 9s19.091 8.395 19.091 18.75c0 3.909-1.22 7.542-3.305 10.548l-.488.702H8.702l-.488-.702A18.438 18.438 0 0 1 4.91 27.75ZM24 12.214c-8.736 0-15.818 6.956-15.818 15.536 0 2.943.832 5.692 2.277 8.036h27.082a15.25 15.25 0 0 0 2.277-8.036c0-8.58-7.082-15.536-15.818-15.536Z" clip-rule="evenodd"/>
 					</svg>
 				</div>
 				<h3><?php _e( 'Performance updates' ); ?></h3>
-				<p>
-					<?php
-					printf(
-						/* translators: %1$s: code-formatted "WP_Theme_JSON", %2$s: code-formatted "data-wp-on-async", %%: escaped percent sign, leave as %%. */
-						__( 'WordPress 6.6 includes important updates like removing redundant %1$s calls, disabling autoload for large options, eliminating unnecessary polyfill dependencies, lazy loading post embeds, introducing the %2$s directive, and a 33%% reduction in template loading time in the editor.' ),
-						'<code>WP_Theme_JSON</code>',
-						'<code>data-wp-on-async</code>'
-					);
-					?>
-				</p>
+				<p><?php _e( '6.7 delivers important performance updates, including faster pattern loading, optimized previews in the data views component, improved PHP 8+ support and removal of deprecated code, auto sizes for lazy-loaded images, and more efficient tag processing in the HTML API.' ); ?></p>
 			</div>
 			<div class="column">
 				<div class="about__image">
 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
-						<rect width="48" height="48" rx="4"/>
-						<path d="M24 18.285C23.55 18.285 23.1637 18.1237 22.8412 17.8012C22.5187 17.4788 22.3575 17.0925 22.3575 16.6425C22.3575 16.1925 22.5187 15.8062 22.8412 15.4837C23.1637 15.1612 23.55 15 24 15C24.45 15 24.8362 15.1612 25.1587 15.4837C25.4812 15.8062 25.6425 16.1925 25.6425 16.6425C25.6425 17.0925 25.4812 17.4788 25.1587 17.8012C24.8362 18.1237 24.45 18.285 24 18.285ZM21.5925 33V21.0075C20.5725 20.9325 19.5862 20.8275 18.6337 20.6925C17.6812 20.5575 16.77 20.385 15.9 20.175L16.2375 18.825C17.5125 19.125 18.78 19.3387 20.04 19.4662C21.3 19.5938 22.62 19.6575 24 19.6575C25.38 19.6575 26.7 19.5938 27.96 19.4662C29.22 19.3387 30.4875 19.125 31.7625 18.825L32.1 20.175C31.23 20.385 30.3187 20.5575 29.3662 20.6925C28.4137 20.8275 27.4275 20.9325 26.4075 21.0075V33H25.0575V27.15H22.9425V33H21.5925Z" fill="#1e1e1e"/>
+						<path fill="#1e1e1e" d="M24 13.84c-.752 0-1.397-.287-1.936-.86a2.902 2.902 0 0 1-.809-2.06c0-.8.27-1.487.809-2.06S23.248 8 24 8c.753 0 1.398.287 1.937.86.54.573.809 1.26.809 2.06s-.27 1.487-.809 2.06-1.184.86-1.937.86ZM19.976 40V18.68a69.562 69.562 0 0 1-4.945-.56 45.877 45.877 0 0 1-4.57-.92l.565-2.4a46.79 46.79 0 0 0 6.356 1.14c2.106.227 4.312.34 6.618.34 2.307 0 4.513-.113 6.62-.34a46.786 46.786 0 0 0 6.355-1.14l.564 2.4c-1.454.373-2.977.68-4.57.92a69.55 69.55 0 0 1-4.945.56V40h-2.256V29.6h-3.535V40h-2.257Z"/>
 					</svg>
 				</div>
 				<h3><?php _e( 'Accessibility improvements' ); ?></h3>
-				<p><?php _e( '55+ accessibility fixes and enhancements focus on foundational aspects of the WordPress experience, particularly the data views component powering the new site editing experience and areas like the Inserter that provide a key way of interacting with blocks and patterns.' ); ?></p>
+				<p><?php _e( '65+ accessibility fixes and enhancements focus on foundational aspects of the WordPress experience, from improving user interface components and keyboard navigation in the Editor, to an accessible heading on WordPress login screens and clearer labeling throughout.' ); ?></p>
 			</div>
 		</div>

@@ -149,11 +159,19 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 		<div class="about__section has-2-columns is-wider-left is-feature" style="background-color:var(--background);border-radius:var(--border-radius);">
 			<h3 class="is-section-header"><?php _e( 'And much more' ); ?></h3>
 			<div class="column">
-				<p><?php _e( 'For a comprehensive overview of all the new features and enhancements in WordPress 6.6, please visit the feature-showcase website.' ); ?></p>
+				<p>
+					<?php
+					printf(
+						/* translators: %s: Version number. */
+						__( 'For a comprehensive overview of all the new features and enhancements in WordPress %s, please visit the feature-showcase website.' ),
+						$display_version
+					);
+					?>
+				</p>
 			</div>
 			<div class="column aligncenter">
 				<div class="about__image">
-					<a href="<?php echo esc_url( __( 'https://wordpress.org/download/releases/6-6/' ) ); ?>" class="button button-primary button-hero"><?php _e( 'See everything new' ); ?></a>
+					<a href="<?php echo esc_url( __( 'https://wordpress.org/download/releases/6-7/' ) ); ?>" class="button button-primary button-hero"><?php _e( 'See everything new' ); ?></a>
 				</div>
 			</div>
 		</div>
@@ -162,7 +180,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

 		<div class="about__section has-3-columns">
 			<div class="column about__image is-vertically-aligned-top">
-				<img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.6' ) ); ?>" alt="" height="280" width="280" />
+				<img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.7' ) ); ?>" alt="" height="280" width="280" />
 			</div>
 			<div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
 				<h3>
@@ -191,17 +209,27 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 			<div class="column">
 				<div class="about__image">
 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
-						<rect width="48" height="48" rx="4"/>
-						<path d="M23 34v-4h-5l-2.293-2.293a1 1 0 0 1 0-1.414L18 24h5v-2h-7v-6h7v-2h2v2h5l2.293 2.293a1 1 0 0 1 0 1.414L30 22h-5v2h7v6h-7v4h-2Zm-5-14h11.175l.646-.646a.5.5 0 0 0 0-.708L29.175 18H18v2Zm.825 8H30v-2H18.825l-.646.646a.5.5 0 0 0 0 .708l.646.646Z" fill="#1e1e1e"/>
+						<path fill="#1e1e1e" d="M32 15.5H16v3h16v-3ZM16 22h16v3H16v-3ZM28 28.5H16v3h12v-3Z"/>
+						<path fill="#1e1e1e" fill-rule="evenodd" d="M34 8H14a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V12a4 4 0 0 0-4-4Zm-20 3h20a1 1 0 0 1 1 1v24a1 1 0 0 1-1 1H14a1 1 0 0 1-1-1V12a1 1 0 0 1 1-1Z" clip-rule="evenodd"/>
 					</svg>
 				</div>
-				<p style="margin-top:calc(var(--gap) / 2);">
+				<h4 style="margin-top: calc(var(--gap) / 2); margin-bottom: calc(var(--gap) / 2);">
+					<a href="<?php echo esc_url( $release_notes_url ); ?>">
+						<?php
+						printf(
+							/* translators: %s: WordPress version number. */
+							__( 'WordPress %s Release Notes' ),
+							'6.7'
+						);
+						?>
+					</a>
+				</h4>
+				<p>
 					<?php
 					printf(
-						/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
-						__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
-						esc_url( __( 'https://make.wordpress.org/core/wordpress-6-6-field-guide/' ) ),
-						'6.6'
+						/* translators: %s: WordPress version number. */
+						__( 'Read the WordPress %s Release Notes for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.' ),
+						'6.7'
 					);
 					?>
 				</p>
@@ -209,22 +237,26 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
 			<div class="column">
 				<div class="about__image">
 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
-						<rect width="48" height="48" rx="4"/>
-						<path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#151515"/>
-						<path fill-rule="evenodd" clip-rule="evenodd" d="M29 16H19a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V18a2 2 0 0 0-2-2Zm-10 1.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H19a.5.5 0 0 1-.5-.5V18a.5.5 0 0 1 .5-.5Z" fill="#1e1e1e"/>
+						<path fill="#1e1e1e" stroke="#fff" stroke-width=".5" d="M26.5 24.25h13.75v11.5h-14v8h-3.5v-8H12.604L8.09 31.237a1.75 1.75 0 0 1 0-2.474l4.513-4.513H22.75v-4.5h-14V8.25h14v-4h3.5v4h10.146l4.513 4.513a1.75 1.75 0 0 1 0 2.474l-4.513 4.513H26.25v4.5h.25ZM12.25 16v.25h22.704l.073-.073 1.293-1.293a1.25 1.25 0 0 0 0-1.768l-1.293-1.293-.073-.073H12.25V16Zm1.723 16.177.073.073H36.75v-4.5H14.046l-.073.073-1.293 1.293a1.25 1.25 0 0 0 0 1.768l1.293 1.293Z"/>
 					</svg>
 				</div>
-				<p style="margin-top:calc(var(--gap) / 2);">
+				<h4 style="margin-top: calc(var(--gap) / 2); margin-bottom: calc(var(--gap) / 2);">
+					<a href="<?php echo esc_url( $field_guide_url ); ?>">
+						<?php
+						printf(
+							/* translators: %s: WordPress version number. */
+							__( 'WordPress %s Field Guide' ),
+							'6.7'
+						);
+						?>
+					</a>
+				</h4>
+				<p>
 					<?php
 					printf(
-						/* translators: 1: WordPress Release Notes link, 2: WordPress version number. */
-						__( '<a href="%1$s">Read the WordPress %2$s Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.' ),
-						sprintf(
-							/* translators: %s: WordPress version number. */
-							esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
-							'6-6'
-						),
-						'6.6'
+						/* translators: %s: WordPress version number. */
+						__( 'Explore the WordPress %s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
+						'6.7'
 					);
 					?>
 				</p>
diff --git a/wp-admin/images/about-release-badge.svg b/wp-admin/images/about-release-badge.svg
index 3afbbb61aa..1af055ab6b 100644
--- a/wp-admin/images/about-release-badge.svg
+++ b/wp-admin/images/about-release-badge.svg
@@ -1,4 +1,4 @@
 <svg width="280" height="280" viewBox="0 0 280 280" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M0 16C0 7.16344 7.16344 0 16 0H264C272.837 0 280 7.16344 280 16V264C280 272.837 272.837 280 264 280H16C7.16344 280 0 272.837 0 264V16Z" fill="#ECECEC"/>
-<path d="M103.026 173C99.9002 172.979 96.8486 172.437 93.8715 171.374C90.8943 170.289 88.2149 168.535 85.8332 166.11C83.4515 163.665 81.5588 160.422 80.1553 156.381C78.7518 152.32 78.0607 147.291 78.082 141.294C78.082 135.701 78.6774 130.714 79.8683 126.334C81.0591 121.953 82.771 118.253 85.0038 115.233C87.2367 112.192 89.9268 109.874 93.074 108.279C96.2426 106.684 99.7833 105.887 103.696 105.887C107.8 105.887 111.437 106.695 114.605 108.311C117.795 109.927 120.368 112.139 122.325 114.946C124.281 117.732 125.493 120.879 125.961 124.388H114.318C113.723 121.878 112.5 119.879 110.65 118.391C108.821 116.881 106.503 116.126 103.696 116.126C99.1666 116.126 95.679 118.093 93.2335 122.027C90.8093 125.961 89.5865 131.363 89.5653 138.231H90.0118C91.0538 136.36 92.4042 134.755 94.0629 133.415C95.7216 132.075 97.5929 131.044 99.6769 130.321C101.782 129.576 104.004 129.204 106.344 129.204C110.171 129.204 113.606 130.119 116.647 131.948C119.709 133.776 122.133 136.296 123.919 139.507C125.706 142.697 126.588 146.355 126.567 150.48C126.588 154.776 125.61 158.636 123.632 162.059C121.655 165.462 118.901 168.141 115.371 170.098C111.841 172.054 107.726 173.022 103.026 173ZM102.962 163.431C105.28 163.431 107.354 162.867 109.183 161.74C111.011 160.613 112.457 159.093 113.521 157.179C114.584 155.265 115.105 153.117 115.084 150.735C115.105 148.396 114.595 146.28 113.553 144.388C112.532 142.495 111.118 140.996 109.31 139.89C107.503 138.784 105.44 138.231 103.122 138.231C101.399 138.231 99.7939 138.561 98.3053 139.22C96.8167 139.88 95.5196 140.794 94.4138 141.964C93.308 143.112 92.4361 144.452 91.7981 145.983C91.1814 147.493 90.8624 149.109 90.8412 150.831C90.8624 153.107 91.3941 155.201 92.4361 157.115C93.4781 159.029 94.9135 160.56 96.7423 161.708C98.5711 162.857 100.644 163.431 102.962 163.431ZM139.088 172.809C137.152 172.809 135.494 172.128 134.111 170.767C132.729 169.406 132.049 167.748 132.07 165.791C132.049 163.877 132.729 162.24 134.111 160.879C135.494 159.518 137.152 158.838 139.088 158.838C140.959 158.838 142.586 159.518 143.968 160.879C145.371 162.24 146.084 163.877 146.105 165.791C146.084 167.089 145.744 168.269 145.084 169.332C144.446 170.395 143.596 171.246 142.533 171.884C141.491 172.501 140.342 172.809 139.088 172.809ZM176.584 173C173.458 172.979 170.407 172.437 167.43 171.374C164.452 170.289 161.773 168.535 159.391 166.11C157.01 163.665 155.117 160.422 153.713 156.381C152.31 152.32 151.619 147.291 151.64 141.294C151.64 135.701 152.236 130.714 153.426 126.334C154.617 121.953 156.329 118.253 158.562 115.233C160.795 112.192 163.485 109.874 166.632 108.279C169.801 106.684 173.341 105.887 177.254 105.887C181.358 105.887 184.995 106.695 188.163 108.311C191.353 109.927 193.926 112.139 195.883 114.946C197.839 117.732 199.051 120.879 199.519 124.388H187.876C187.281 121.878 186.058 119.879 184.208 118.391C182.379 116.881 180.061 116.126 177.254 116.126C172.725 116.126 169.237 118.093 166.792 122.027C164.367 125.961 163.145 131.363 163.123 138.231H163.57C164.612 136.36 165.962 134.755 167.621 133.415C169.28 132.075 171.151 131.044 173.235 130.321C175.34 129.576 177.563 129.204 179.902 129.204C183.73 129.204 187.164 130.119 190.205 131.948C193.267 133.776 195.691 136.296 197.478 139.507C199.264 142.697 200.146 146.355 200.125 150.48C200.146 154.776 199.168 158.636 197.19 162.059C195.213 165.462 192.459 168.141 188.929 170.098C185.399 172.054 181.284 173.022 176.584 173ZM176.521 163.431C178.838 163.431 180.912 162.867 182.741 161.74C184.569 160.613 186.016 159.093 187.079 157.179C188.142 155.265 188.663 153.117 188.642 150.735C188.663 148.396 188.153 146.28 187.111 144.388C186.09 142.495 184.676 140.996 182.868 139.89C181.061 138.784 178.998 138.231 176.68 138.231C174.958 138.231 173.352 138.561 171.863 139.22C170.375 139.88 169.078 140.794 167.972 141.964C166.866 143.112 165.994 144.452 165.356 145.983C164.74 147.493 164.421 149.109 164.399 150.831C164.421 153.107 164.952 155.201 165.994 157.115C167.036 159.029 168.472 160.56 170.3 161.708C172.129 162.857 174.203 163.431 176.521 163.431Z" fill="black"/>
+	<path fill="#ececec" d="M0 16C0 7.163 7.163 0 16 0h248c8.837 0 16 7.163 16 16v248c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16V16Z"/>
+	<path fill="#000" d="M106.071 173.001a27.618 27.618 0 0 1-9.155-1.627c-2.977-1.085-5.656-2.839-8.038-5.263-2.382-2.446-4.274-5.689-5.678-9.729-1.403-4.062-2.094-9.091-2.073-15.088 0-5.593.595-10.58 1.786-14.96 1.191-4.381 2.903-8.081 5.136-11.101 2.232-3.041 4.923-5.359 8.07-6.954 3.168-1.594 6.709-2.392 10.622-2.392 4.104 0 7.741.808 10.909 2.424 3.19 1.617 5.763 3.828 7.719 6.635 1.957 2.786 3.169 5.933 3.637 9.442h-11.643c-.595-2.509-1.818-4.508-3.668-5.997-1.829-1.51-4.147-2.265-6.954-2.265-4.53 0-8.017 1.967-10.463 5.902-2.424 3.934-3.647 9.335-3.668 16.204h.447a16.367 16.367 0 0 1 4.05-4.817 18.509 18.509 0 0 1 5.615-3.094c2.105-.744 4.327-1.116 6.666-1.116 3.828 0 7.263.914 10.304 2.743 3.062 1.829 5.486 4.349 7.272 7.56 1.787 3.189 2.669 6.847 2.648 10.973.021 4.295-.957 8.155-2.935 11.579-1.977 3.402-4.731 6.081-8.261 8.038-3.53 1.956-7.645 2.924-12.345 2.903Zm-.064-9.57c2.318 0 4.392-.563 6.22-1.69 1.829-1.128 3.275-2.648 4.339-4.562 1.063-1.914 1.584-4.062 1.563-6.443.021-2.339-.49-4.455-1.532-6.348-1.02-1.893-2.434-3.392-4.242-4.498-1.808-1.105-3.87-1.658-6.188-1.658-1.723 0-3.328.329-4.817.989a11.96 11.96 0 0 0-3.891 2.743 12.863 12.863 0 0 0-2.616 4.019c-.617 1.51-.936 3.126-.957 4.848.021 2.276.553 4.37 1.595 6.284a12.25 12.25 0 0 0 4.306 4.594c1.829 1.148 3.902 1.722 6.22 1.722Zm36.125 9.378c-1.935 0-3.593-.68-4.976-2.041-1.382-1.361-2.062-3.02-2.041-4.976-.021-1.914.659-3.552 2.041-4.913 1.383-1.361 3.041-2.041 4.976-2.041 1.872 0 3.499.68 4.881 2.041 1.403 1.361 2.116 2.999 2.137 4.913-.021 1.297-.362 2.477-1.021 3.54a7.32 7.32 0 0 1-2.552 2.552c-1.042.617-2.19.925-3.445.925Zm16.405-.702 27.783-54.992v-.446h-32.249v-9.889h44.498v10.112l-27.752 55.215h-12.28Z"/>
 </svg>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b82d26cfce..b17164629c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-beta2-59233';
+$wp_version = '6.7-beta2-59234';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.