mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Help/About: Update the About page for WP 6.5 RC2.
This changeset removes the "Pattern overrides" section from features. Also updates the field guide link, this link should redirect correctly once the post is published. Follow-up to [57715], [57767]. Reviewed by audrasjb. Merges [57809] to the to the 6.5 branch. Props ryelle, benjamin_zekavica, richtabor, laurlittle. See #60303. Built from https://develop.svn.wordpress.org/branches/6.5@57810 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81c83e5eae
commit
6231a43c48
@ -72,26 +72,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||||||
|
|
||||||
<div class="about__section has-2-columns">
|
<div class="about__section has-2-columns">
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<h3><?php _e( 'Override specific content in synced patterns' ); ?></h3>
|
<h3><?php _e( 'Get more details from your style revisions' ); ?></h3>
|
||||||
<p><?php _e( 'Keep your design consistent while bringing more flexibility to the content within. Choose to override content for Paragraph, Image, Heading, and Button blocks and make specified changes in each instance of a synced pattern. Use it for templated pieces with recurring elements to frame unique content, like recipes, testimonials, or case studies. You can expect more blocks to gain this option in future releases.' ); ?></p>
|
<p><?php _e( 'Work through creative projects with a more comprehensive picture of what’s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of total revisions. View revisions from the Style Book to see changes outside of what you’re working on. Revisions are also now available for templates and template parts.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<div class="about__image">
|
|
||||||
<img src="https://s.w.org/images/core/6.5/2-patterns-override-content.webp" alt="" height="436" width="436" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<div class="about__image">
|
<div class="about__image">
|
||||||
<img src="https://s.w.org/images/core/6.5/3-style-revisions.webp" alt="" height="436" width="436" />
|
<img src="https://s.w.org/images/core/6.5/3-style-revisions.webp" alt="" height="436" width="436" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'Get more details from your style revisions' ); ?></h3>
|
|
||||||
<p><?php _e( 'Work through creative projects with a more comprehensive picture of what’s been done—and what you can fall back on. Get details like time stamps, quick summaries, and a paginated list of total revisions. View revisions from the Style Book to see changes outside of what you’re working on. Revisions are also now available for templates and template parts.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about__section has-3-columns">
|
<div class="about__section has-3-columns">
|
||||||
@ -260,7 +248,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||||||
printf(
|
printf(
|
||||||
/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
|
/* 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.' ),
|
__( '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-5-field-guide/' ) ),
|
||||||
'6.5'
|
'6.5'
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-RC1-57808';
|
$wp_version = '6.5-RC1-57810';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user