wp/wp-admin/about.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    20 	<div class="wrap about__container">
    20 	<div class="wrap about__container">
    21 
    21 
    22 		<div class="about__header">
    22 		<div class="about__header">
    23 			<div class="about__header-title">
    23 			<div class="about__header-title">
    24 				<h1>
    24 				<h1>
    25 					<?php _e( 'WordPress' ); ?>
    25 					<?php
    26 					<span class="screen-reader-text"><?php echo $display_version; ?></span>
    26 					printf(
       
    27 						/* translators: %s: Version number. */
       
    28 						__( 'WordPress %s' ),
       
    29 						$display_version
       
    30 					);
       
    31 					?>
    27 				</h1>
    32 				</h1>
    28 			</div>
    33 			</div>
    29 
    34 		</div>
    30 			<div class="about__header-text"></div>
    35 
    31 
    36 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    32 			<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    37 			<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What&#8217;s New' ); ?></a>
    33 				<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What&#8217;s New' ); ?></a>
    38 			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    34 				<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    39 			<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    35 				<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    40 			<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    36 				<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    41 			<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
    37 			</nav>
    42 		</nav>
    38 		</div>
    43 
    39 
    44 		<div class="about__section changelog has-subtle-background-color">
    40 		<div class="about__section changelog">
       
    41 			<div class="column">
    45 			<div class="column">
    42 				<h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
    46 				<h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
    43 				<p>
       
    44 					<?php
       
    45 					printf(
       
    46 						/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
       
    47 						_n(
       
    48 							'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
       
    49 							'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
       
    50 							17
       
    51 						),
       
    52 						'6.0.2',
       
    53 						number_format_i18n( 17 )
       
    54 					);
       
    55 					?>
       
    56 					<?php
       
    57 					printf(
       
    58 						/* translators: %s: HelpHub URL */
       
    59 						__( 'For more information, see <a href="%s">the release notes</a>.' ),
       
    60 						sprintf(
       
    61 							/* translators: %s: WordPress version */
       
    62 							esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
       
    63 							sanitize_title( '6.0.2' )
       
    64 						)
       
    65 					);
       
    66 					?>
       
    67 				</p>
       
    68 				<p>
    47 				<p>
    69 					<?php
    48 					<?php
    70 					printf(
    49 					printf(
    71 						/* translators: 1: WordPress version number, 2: Plural number of bugs. */
    50 						/* translators: 1: WordPress version number, 2: Plural number of bugs. */
    72 						_n(
    51 						_n(
    73 							'<strong>Version %1$s</strong> addressed %2$s bug.',
    52 							'<strong>Version %1$s</strong> addressed %2$s bug.',
    74 							'<strong>Version %1$s</strong> addressed %2$s bugs.',
    53 							'<strong>Version %1$s</strong> addressed %2$s bugs.',
    75 							31
    54 							26
    76 						),
    55 						),
    77 						'6.0.1',
    56 						'6.6.2',
    78 						number_format_i18n( 31 )
    57 						'26'
    79 					);
    58 					);
    80 					?>
    59 					?>
    81 					<?php
    60 					<?php
    82 					printf(
    61 					printf(
    83 						/* translators: %s: HelpHub URL. */
    62 						/* translators: %s: HelpHub URL. */
    84 						__( 'For more information, see <a href="%s">the release notes</a>.' ),
    63 						__( 'For more information, see <a href="%s">the release notes</a>.' ),
    85 						sprintf(
    64 						sprintf(
    86 							/* translators: %s: WordPress version. */
    65 							/* translators: %s: WordPress version. */
    87 							esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    66 							esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    88 							sanitize_title( '6.0.1' )
    67 							sanitize_title( '6.6.2' )
    89 						)
    68 						)
    90 					);
    69 					);
    91 					?>
    70 					?>
    92 				</p>
    71 				</p>
       
    72 				<p>
       
    73 					<?php
       
    74 					printf(
       
    75 						/* translators: 1: WordPress version number, 2: Plural number of bugs. */
       
    76 						_n(
       
    77 							'<strong>Version %1$s</strong> addressed %2$s bug.',
       
    78 							'<strong>Version %1$s</strong> addressed %2$s bugs.',
       
    79 							16
       
    80 						),
       
    81 						'6.6.1',
       
    82 						'16'
       
    83 					);
       
    84 					?>
       
    85 					<?php
       
    86 					printf(
       
    87 						/* translators: %s: HelpHub URL. */
       
    88 						__( 'For more information, see <a href="%s">the release notes</a>.' ),
       
    89 						sprintf(
       
    90 							/* translators: %s: WordPress version. */
       
    91 							esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
       
    92 							sanitize_title( '6.6.1' )
       
    93 						)
       
    94 					);
       
    95 					?>
       
    96 				</p>
    93 			</div>
    97 			</div>
    94 		</div>
    98 		</div>
    95 
    99 
    96 		<div class="about__section">
   100 		<div class="about__section">
    97 			<div class="column">
   101 			<div class="column">
    98 				<h2 class="aligncenter">
   102 				<h2>
    99 					<?php
   103 					<?php
   100 					printf(
   104 					printf(
   101 						/* translators: %s: Version number. */
   105 						/* translators: %s: Version number. */
   102 						__( 'Welcome to WordPress %s' ),
   106 						__( 'Welcome to WordPress %s' ),
   103 						$display_version
   107 						$display_version
   104 					);
   108 					);
   105 					?>
   109 					?>
   106 				</h2>
   110 				</h2>
   107 				<p class="is-subheading">
   111 				<p class="is-subheading">
   108 					<?php _e( 'WordPress 6.0 includes more than 500 enhancements and 400 bug fixes. This page highlights several key advancements aimed at making your WordPress content-creating and site-building experience more feature-rich and intuitive. You will also find resources for developers and anyone wanting a deeper understanding of WordPress.' ); ?>
   112 					<?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.' ); ?>
   109 				</p>
   113 				</p>
   110 			</div>
   114 			</div>
   111 		</div>
   115 		</div>
   112 
   116 
   113 		<div class="about__section has-2-columns">
   117 		<div class="about__section has-2-columns">
       
   118 			<div class="column is-vertically-aligned-center">
       
   119 				<h3><?php _e( 'Color palettes & font sets' ); ?></h3>
       
   120 				<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>
       
   121 			</div>
       
   122 			<div class="column is-vertically-aligned-center">
       
   123 				<div class="about__image">
       
   124 					<img src="https://s.w.org/images/core/6.6/color-palettes.webp" alt="" height="436" width="436" />
       
   125 				</div>
       
   126 			</div>
       
   127 		</div>
       
   128 
       
   129 		<div class="about__section has-2-columns">
       
   130 			<div class="column is-vertically-aligned-center">
       
   131 				<div class="about__image">
       
   132 					<img src="https://s.w.org/images/core/6.6/page-previews.webp" alt="" height="436" width="436" />
       
   133 				</div>
       
   134 			</div>
       
   135 			<div class="column is-vertically-aligned-center">
       
   136 				<h3><?php _e( 'Quick previews for pages' ); ?></h3>
       
   137 				<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>
       
   138 			</div>
       
   139 		</div>
       
   140 
       
   141 		<div class="about__section has-2-columns">
       
   142 			<div class="column is-vertically-aligned-center">
       
   143 				<h3><?php _e( 'Rollbacks for plugin auto-updates' ); ?></h3>
       
   144 				<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>
       
   145 			</div>
       
   146 			<div class="column is-vertically-aligned-center">
       
   147 				<div class="about__image">
       
   148 					<img src="https://s.w.org/images/core/6.6/feature-rollbacks.webp" alt="" height="436" width="436" />
       
   149 				</div>
       
   150 			</div>
       
   151 		</div>
       
   152 
       
   153 		<div class="about__section has-2-columns">
       
   154 			<div class="column is-vertically-aligned-center">
       
   155 				<div class="about__image">
       
   156 					<img src="https://s.w.org/images/core/6.6/overrides.webp" alt="" height="436" width="436" />
       
   157 				</div>
       
   158 			</div>
       
   159 			<div class="column is-vertically-aligned-center">
       
   160 				<h3><?php _e( 'Overrides' ); ?></h3>
       
   161 				<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>
       
   162 			</div>
       
   163 		</div>
       
   164 
       
   165 		<hr class="is-invisible is-large" />
       
   166 
       
   167 		<div class="about__section has-2-columns">
       
   168 			<div class="column">
       
   169 				<div class="about__image">
       
   170 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
       
   171 						<rect width="48" height="48" rx="4"/>
       
   172 						<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"/>
       
   173 						<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"/>
       
   174 						<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"/>
       
   175 						<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"/>
       
   176 						<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"/>
       
   177 					</svg>
       
   178 				</div>
       
   179 				<h3><?php _e( 'Performance updates' ); ?></h3>
       
   180 				<p>
       
   181 					<?php
       
   182 					printf(
       
   183 						/* translators: %1$s: code-formatted "WP_Theme_JSON", %2$s: code-formatted "data-wp-on-async", %%: escaped percent sign, leave as %%. */
       
   184 						__( '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.' ),
       
   185 						'<code>WP_Theme_JSON</code>',
       
   186 						'<code>data-wp-on-async</code>'
       
   187 					);
       
   188 					?>
       
   189 				</p>
       
   190 			</div>
       
   191 			<div class="column">
       
   192 				<div class="about__image">
       
   193 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
       
   194 						<rect width="48" height="48" rx="4"/>
       
   195 						<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"/>
       
   196 					</svg>
       
   197 				</div>
       
   198 				<h3><?php _e( 'Accessibility improvements' ); ?></h3>
       
   199 				<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>
       
   200 			</div>
       
   201 		</div>
       
   202 
       
   203 		<hr class="is-invisible is-large" style="margin-bottom:calc(2 * var(--gap));" />
       
   204 
       
   205 		<div class="about__section has-2-columns is-wider-left is-feature" style="background-color:var(--background);border-radius:var(--border-radius);">
       
   206 			<h3 class="is-section-header"><?php _e( 'And much more' ); ?></h3>
       
   207 			<div class="column">
       
   208 				<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>
       
   209 			</div>
       
   210 			<div class="column aligncenter">
       
   211 				<div class="about__image">
       
   212 					<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>
       
   213 				</div>
       
   214 			</div>
       
   215 		</div>
       
   216 
       
   217 		<hr class="is-large" style="margin-top:calc(2 * var(--gap));" />
       
   218 
       
   219 		<div class="about__section has-3-columns">
   114 			<div class="column about__image is-vertically-aligned-top">
   220 			<div class="column about__image is-vertically-aligned-top">
   115 				<img src="https://s.w.org/images/core/6.0/about-60-writing-improvements.png" alt="" />
   221 				<img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.6' ) ); ?>" alt="" height="280" width="280" />
   116 			</div>
   222 			</div>
   117 			<div class="column">
   223 			<div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
   118 				<h3>
       
   119 					<?php _e( 'Enhanced Writing Experience' ); ?>
       
   120 				</h3>
       
   121 				<p>
       
   122 					<?php _e( 'Writing improvements abound, whether you&#8217;re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:' ); ?>
       
   123 				</p>
       
   124 				<ul>
       
   125 					<li><?php _e( 'Select text across multiple blocks and edit it all at once.' ); ?></li>
       
   126 					<li><?php _e( 'Type two open brackets <code>[[</code> to quickly access the link menu.' ); ?></li>
       
   127 					<li><?php _e( 'Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.' ); ?></li>
       
   128 					<li><?php _e( 'Create customized buttons and any new buttons you make will retain the style customizations automatically.' ); ?></li>
       
   129 					<li><?php _e( 'Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.' ); ?></li>
       
   130 				</ul>
       
   131 			</div>
       
   132 		</div>
       
   133 
       
   134 		<div class="about__section has-2-columns is-wider-right">
       
   135 			<div class="column">
       
   136 				<h3>
       
   137 					<?php _e( 'Style Switching' ); ?>
       
   138 				</h3>
       
   139 				<p>
       
   140 					<?php _e( 'Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. You can change both the available settings, like the font weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.' ); ?>
       
   141 				</p>
       
   142 			</div>
       
   143 			<div class="column about__image is-vertically-aligned-top">
       
   144 				<img src="https://s.w.org/images/core/6.0/about-60-style-switching.gif" alt="" />
       
   145 			</div>
       
   146 		</div>
       
   147 
       
   148 		<div class="about__section has-1-column">
       
   149 			<div class="column about__image is-vertically-aligned-top">
       
   150 				<img src="https://s.w.org/images/core/6.0/about-60-templates.png" alt="" />
       
   151 			</div>
       
   152 			<div class="column" style="padding-bottom:0">
       
   153 				<h3>
       
   154 					<?php _e( 'More Template Choices' ); ?>
       
   155 				</h3>
       
   156 				<p>
       
   157 					<?php _e( 'WordPress 6.0 includes five new template options: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release.' ); ?>
       
   158 				</p>
       
   159 			</div>
       
   160 		</div>
       
   161 
       
   162 		<div class="about__section has-3-columns">
       
   163 			<div class="column">
       
   164 				<div class="about__image">
       
   165 					<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-1.png" alt="" />
       
   166 				</div>
       
   167 				<p><?php _e( 'Featured images can be used in the cover block.' ); ?></p>
       
   168 				<p><?php _e( 'New featured image sizing controls make it easier to get the results you want.' ); ?></p>
       
   169 			</div>
       
   170 			<div class="column">
       
   171 				<div class="about__image">
       
   172 					<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-2.png" alt="" />
       
   173 				</div>
       
   174 				<p><?php _e( 'While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.' ); ?></p>
       
   175 			</div>
       
   176 			<div class="column">
       
   177 				<div class="about__image">
       
   178 					<img src="https://s.w.org/images/core/6.0/about-60-sub-feature-3.png" alt="" />
       
   179 				</div>
       
   180 				<p><?php _e( 'The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.' ); ?></p>
       
   181 			</div>
       
   182 		</div>
       
   183 
       
   184 		<div class="about__section has-2-columns is-wider-left">
       
   185 			<div class="column about__image is-vertically-aligned-top">
       
   186 				<img src="https://s.w.org/images/core/6.0/about-60-integrated-patterns.png" alt="" />
       
   187 			</div>
       
   188 			<div class="column">
       
   189 				<h3>
       
   190 					<?php _e( 'Integrated Patterns' ); ?>
       
   191 				</h3>
       
   192 				<p>
       
   193 					<?php
       
   194 					printf(
       
   195 						/* translators: %s Working with Patterns dev note link. */
       
   196 						__( 'Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you&#8217;re a block theme author, you can even <a href="%s">register patterns from the Pattern Directory using <code>theme.json</code></a>, enabling you to prioritize specific patterns that are most helpful to your theme&#8217;s users.' ),
       
   197 						'https://make.wordpress.org/core/2022/05/02/new-features-for-working-with-patterns-and-themes-in-wordpress-6-0/'
       
   198 					);
       
   199 					?>
       
   200 				</p>
       
   201 			</div>
       
   202 		</div>
       
   203 
       
   204 		<div class="about__section has-2-columns is-wider-right">
       
   205 			<div class="column">
       
   206 				<h3>
       
   207 					<?php _e( 'Better List View' ); ?>
       
   208 				</h3>
       
   209 				<p>
       
   210 					<?php _e( 'New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag-and-drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.' ); ?>
       
   211 				</p>
       
   212 			</div>
       
   213 			<div class="column about__image is-vertically-aligned-top">
       
   214 				<img src="https://s.w.org/images/core/6.0/about-60-list-view.png" alt="" />
       
   215 			</div>
       
   216 		</div>
       
   217 
       
   218 		<div class="about__section has-2-columns is-wider-left">
       
   219 			<div class="column about__image is-vertically-aligned-top">
       
   220 				<img src="https://s.w.org/images/core/6.0/about-60-block-locking-controls.png" alt="" />
       
   221 			</div>
       
   222 			<div class="column">
       
   223 				<h3>
       
   224 					<?php _e( 'Block Locking Controls' ); ?>
       
   225 				</h3>
       
   226 				<p>
       
   227 					<?php _e( 'Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.' ); ?>
       
   228 				</p>
       
   229 			</div>
       
   230 		</div>
       
   231 
       
   232 		<hr class="is-large" />
       
   233 
       
   234 		<div class="about__section" style="margin-bottom:0;">
       
   235 			<div class="column">
       
   236 				<h2 class="aligncenter">
       
   237 					<?php _e( 'Additional Design Tools' ); ?>
       
   238 				</h2>
       
   239 				<p class="is-subheading aligncenter">
       
   240 					<?php _e( 'Design tools grow more powerful and intuitive with each release.' ); ?><br />
       
   241 					<?php _e( 'Some highlights for 6.0 include:' ); ?>
       
   242 				</p>
       
   243 			</div>
       
   244 		</div>
       
   245 
       
   246 		<div class="about__section has-3-columns" style="margin-bottom:0;">
       
   247 			<div class="column">
       
   248 				<div class="about__image aligncenter">
       
   249 					<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
       
   250 						<path fill-rule="evenodd" clip-rule="evenodd" d="M15.203 6.892c.776-.963 1.297-1.559 1.297-1.559s.521.596 1.297 1.559c2.266 2.81 6.703 8.75 6.703 12.155 0 4.572-3.18 7.62-8 7.62s-8-3.048-8-7.62c0-3.404 4.437-9.345 6.703-12.155Zm1.297 1.58a64.727 64.727 0 0 0-2.361 3.15c-.972 1.388-1.911 2.87-2.6 4.248-.72 1.44-1.039 2.52-1.039 3.177 0 1.805.616 3.164 1.573 4.077.965.921 2.441 1.542 4.427 1.542 1.986 0 3.462-.621 4.427-1.542.957-.913 1.573-2.272 1.573-4.077 0-.657-.32-1.738-1.039-3.177-.689-1.378-1.628-2.86-2.6-4.247A64.727 64.727 0 0 0 16.5 8.47Z" fill="#1E1E1E"/>
       
   251 					</svg>
       
   252 				</div>
       
   253 				<p><?php _e( 'A new color panel design saves space, but still shows your options at a glance.' ); ?></p>
       
   254 			</div>
       
   255 			<div class="column">
       
   256 				<div class="about__image aligncenter">
       
   257 					<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
       
   258 						<path d="M4.5 9.333v13.334h2.667V9.333H4.5ZM9.833 6.667V4h13.334v2.667H9.833ZM25.833 9.333v13.334H28.5V9.333h-2.667ZM23.167 28v-2.667H9.833V28h13.334Z" fill="#1E1E1E"/>
       
   259 					</svg>
       
   260 				</div>
       
   261 				<p><?php _e( 'New border controls offer a simpler way to set your border exactly as you like it.' ); ?></p>
       
   262 			</div>
       
   263 			<div class="column">
       
   264 				<div class="about__image aligncenter">
       
   265 					<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
       
   266 						<circle cx="16" cy="16" r="12" fill="#fff"/>
       
   267 						<circle cx="16" cy="16" r="12" fill="url(#a)"/>
       
   268 						<circle cx="16" cy="16" r="12" stroke="#1E1E1E" stroke-width="2"/>
       
   269 						<defs>
       
   270 							<pattern id="a" patternContentUnits="objectBoundingBox" width=".385" height=".385">
       
   271 								<use xlink:href="#b" transform="scale(.01923)"/>
       
   272 							</pattern>
       
   273 							<image id="b" width="20" height="20" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAfUlEQVQ4Ee2TSw6AMAhES4/C/a/EWTAuptFJR4m6MFE25dO88ikWEdkmkpnNzEbE3Yd+pHQV3MLUnZlfAmeXK74vAtdpPin96jRVEu8fimWxiRGx2xwuGZtVLvms14iXgZyRsn+g6oz28ye53UNMF0+WgZwJAHyWgZwJg2AvIbMZwqZwPC4AAAAASUVORK5CYII="/>
       
   274 						</defs>
       
   275 					</svg>
       
   276 				</div>
       
   277 				<p><?php _e( 'Transparency levels for your colors allow for even more creative color options.' ); ?></p>
       
   278 			</div>
       
   279 		</div>
       
   280 
       
   281 		<div class="about__section has-3-columns">
       
   282 			<div class="column">
       
   283 				<div class="about__image aligncenter">
       
   284 					<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
       
   285 						<path fill-rule="evenodd" clip-rule="evenodd" d="M15.165 7.335h9.333c.369 0 .667.298.667.667v9.333a.667.667 0 0 1-.667.667h-4v-3.333a2.667 2.667 0 0 0-2.666-2.667h-3.334v-4c0-.369.299-.667.667-.667Zm-2.667 4.667v-4a2.667 2.667 0 0 1 2.667-2.667h9.333a2.667 2.667 0 0 1 2.667 2.667v9.333a2.667 2.667 0 0 1-2.667 2.667h-4v4a2.667 2.667 0 0 1-2.666 2.667H8.499a2.667 2.667 0 0 1-2.667-2.667V14.67a2.667 2.667 0 0 1 2.667-2.667h4Zm6 8v4a.667.667 0 0 1-.666.667H8.499a.667.667 0 0 1-.667-.667V14.67c0-.368.299-.667.667-.667h4v3.333a2.667 2.667 0 0 0 2.666 2.667H18.5Zm0-2h-3.333a.667.667 0 0 1-.667-.667v-3.333h3.334c.368 0 .667.299.667.667v3.333Z" fill="#1E1E1E"/>
       
   286 					</svg>
       
   287 				</div>
       
   288 				<p><?php _e( 'Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.' ); ?></p>
       
   289 			</div>
       
   290 			<div class="column">
       
   291 				<div class="about__image aligncenter">
       
   292 					<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
       
   293 						<path d="M12.833 8.667h-7v2h7c.368 0 .667.299.667.667v9.333a.667.667 0 0 1-.667.667h-7v2h7a2.667 2.667 0 0 0 2.667-2.667v-9.333a2.667 2.667 0 0 0-2.667-2.667ZM20.167 8.667h7v2h-7a.667.667 0 0 0-.667.667v9.333c0 .368.299.667.667.667h7v2h-7a2.667 2.667 0 0 1-2.667-2.667v-9.333a2.667 2.667 0 0 1 2.667-2.667Z" fill="#1E1E1E"/>
       
   294 					</svg>
       
   295 				</div>
       
   296 				<p><?php _e( 'Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.' ); ?></p>
       
   297 			</div>
       
   298 			<div class="column">
       
   299 				<div class="about__image aligncenter">
       
   300 					<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
       
   301 						<path d="M28.5 10.667v14.667A2.665 2.665 0 0 1 25.835 28H8.5" stroke="#1E1E1E" stroke-width="2"/>
       
   302 						<rect x="5.5" y="5" width="18" height="18" rx="1.167" stroke="#1E1E1E" stroke-width="2"/>
       
   303 						<path d="M5.834 18.667 10.786 16l3.715 1.778 4.333-3.111 4.333 3.111" stroke="#1E1E1E" stroke-width="2" stroke-linejoin="round"/>
       
   304 					</svg>
       
   305 				</div>
       
   306 				<p><?php _e( 'Use the gap support functionality in the Gallery block to create different looks–from adding spacing between all images, to removing spacing altogether.' ); ?></p>
       
   307 			</div>
       
   308 		</div>
       
   309 
       
   310 		<hr class="is-large" />
       
   311 
       
   312 		<div class="about__section has-2-columns is-wider-right">
       
   313 			<div class="column about__image is-vertically-aligned-top">
       
   314 				<a href="https://www.youtube.com/watch?v=oe452WcY7fA">
       
   315 					<img src="https://s.w.org/images/core/6.0/about-60-video.png?ver=6.0" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
       
   316 				</a>
       
   317 			</div>
       
   318 			<div class="column">
       
   319 				<h3>
   224 				<h3>
   320 					<?php
   225 					<?php
   321 					printf(
   226 					printf(
   322 						/* translators: %s: Version number. */
   227 						/* translators: %s: Version number. */
   323 						__( 'Learn more about WordPress %s' ),
   228 						__( 'Learn more about WordPress %s' ),
   326 					?>
   231 					?>
   327 				</h3>
   232 				</h3>
   328 				<p>
   233 				<p>
   329 					<?php
   234 					<?php
   330 					printf(
   235 					printf(
   331 						/* translators: %s: 6.0 overview video link. */
   236 						/* translators: 1: Learn WordPress link, 2: Workshops link. */
   332 						__( 'See WordPress 6.0 in action! <a href="%s">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.' ),
   237 						__( '<a href="%1$s">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href="%2$s">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.' ),
   333 						'https://www.youtube.com/watch?v=oe452WcY7fA'
   238 						'https://learn.wordpress.org/',
   334 					);
   239 						'https://learn.wordpress.org/online-workshops/'
   335 					?>
   240 					);
   336 				</p>
   241 					?>
   337 			</div>
   242 				</p>
   338 		</div>
   243 			</div>
   339 
   244 		</div>
   340 		<div class="about__section has-3-columns">
   245 
   341 			<div class="column" style="padding-top:0">
   246 		<div class="about__section has-2-columns">
   342 				<p>
   247 			<div class="column">
   343 					<?php
   248 				<div class="about__image">
   344 					printf(
   249 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
   345 						/* translators: 1: Learn WordPress workshops link, 2: Learn WordPress social learning link. */
   250 						<rect width="48" height="48" rx="4"/>
   346 						__( 'Explore <a href="%1$s">learn.wordpress.org/&#8203;workshops</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href="%2$s">interactive online learning session</a> on a specific WordPress topic.' ),
   251 						<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"/>
   347 						'https://learn.wordpress.org/workshops/',
   252 					</svg>
   348 						'https://learn.wordpress.org/social-learning/'
   253 				</div>
   349 					);
   254 				<p style="margin-top:calc(var(--gap) / 2);">
   350 					?>
   255 					<?php
   351 				</p>
   256 					printf(
   352 			</div>
   257 						/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
   353 			<div class="column" style="padding-top:0">
   258 						__( '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.' ),
   354 				<p>
   259 						esc_url( __( 'https://make.wordpress.org/core/wordpress-6-6-field-guide/' ) ),
   355 					<?php
   260 						'6.6'
   356 					printf(
   261 					);
   357 						/* translators: %s: WordPress 6.0 Field Guide link. */
   262 					?>
   358 						__( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
   263 				</p>
   359 						__( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' )
   264 			</div>
   360 					);
   265 			<div class="column">
   361 					?>
   266 				<div class="about__image">
   362 				</p>
   267 					<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
   363 			</div>
   268 						<rect width="48" height="48" rx="4"/>
   364 			<div class="column" style="padding-top:0">
   269 						<path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#151515"/>
   365 				<p>
   270 						<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"/>
   366 					<?php
   271 					</svg>
   367 					printf(
   272 				</div>
   368 						/* translators: %s: WordPress 6.0 Release Notes link. */
   273 				<p style="margin-top:calc(var(--gap) / 2);">
   369 						__( '<a href="%s">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),
   274 					<?php
       
   275 					printf(
       
   276 						/* translators: 1: WordPress Release Notes link, 2: WordPress version number. */
       
   277 						__( '<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.' ),
   370 						sprintf(
   278 						sprintf(
   371 							/* translators: %s: WordPress version. */
   279 							/* translators: %s: WordPress version number. */
   372 							esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
   280 							esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
   373 							'6-0'
   281 							'6-6'
   374 						)
   282 						),
   375 					);
   283 						'6.6'
   376 					?>
   284 					);
   377 				</p>
   285 					?>
   378 			</div>
   286 				</p>
   379 		</div>
   287 			</div>
   380 
   288 		</div>
   381 		<hr />
   289 
       
   290 		<hr class="is-large" />
   382 
   291 
   383 		<div class="return-to-dashboard">
   292 		<div class="return-to-dashboard">
   384 			<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
   293 			<?php
   385 				<a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>">
   294 			if ( isset( $_GET['updated'] ) && current_user_can( 'update_core' ) ) {
   386 					<?php is_multisite() ? _e( 'Go to Updates' ) : _e( 'Go to Dashboard &rarr; Updates' ); ?>
   295 				printf(
   387 				</a> |
   296 					'<a href="%1$s">%2$s</a> | ',
   388 			<?php endif; ?>
   297 					esc_url( self_admin_url( 'update-core.php' ) ),
   389 			<a href="<?php echo esc_url( self_admin_url() ); ?>"><?php is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
   298 					is_multisite() ? __( 'Go to Updates' ) : __( 'Go to Dashboard &rarr; Updates' )
       
   299 				);
       
   300 			}
       
   301 
       
   302 			printf(
       
   303 				'<a href="%1$s">%2$s</a>',
       
   304 				esc_url( self_admin_url() ),
       
   305 				is_blog_admin() ? __( 'Go to Dashboard &rarr; Home' ) : __( 'Go to Dashboard' )
       
   306 			);
       
   307 			?>
   390 		</div>
   308 		</div>
   391 	</div>
   309 	</div>
   392 
   310 
   393 <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
   311 <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
   394 
   312 
   429 	'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
   347 	'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
   430 );
   348 );
   431 
   349 
   432 /* translators: %s: Documentation URL. */
   350 /* translators: %s: Documentation URL. */
   433 __( 'For more information, see <a href="%s">the release notes</a>.' );
   351 __( 'For more information, see <a href="%s">the release notes</a>.' );
       
   352 
       
   353 /* translators: 1: WordPress version number, 2: Link to update WordPress */
       
   354 __( 'Important! Your version of WordPress (%1$s) is no longer supported, you will not receive any security updates for your website. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' );
       
   355 
       
   356 /* translators: 1: WordPress version number, 2: Link to update WordPress */
       
   357 __( 'Important! Your version of WordPress (%1$s) will stop receiving security updates in the near future. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' );
       
   358 
       
   359 /* translators: %s: The major version of WordPress for this branch. */
       
   360 __( 'This is the final release of WordPress %s' );
       
   361 
       
   362 /* translators: The localized WordPress download URL. */
       
   363 __( 'https://wordpress.org/download/' );