Changeset 46710 for branches/5.3/src/wp-admin/about.php
- Timestamp:
- 11/11/2019 08:46:56 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 46705,46709
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-admin/about.php
r46617 r46710 27 27 </div> 28 28 29 <div class="about__header-badge"> 30 <img src="https://wordpress.org/images/core/5.4/code-is-poetry-rc.svg" alt="<?php _e( 'Code is Poetry' ); ?>" /> 31 </div> 29 <div class="about__header-badge"></div> 32 30 33 31 <div class="about__header-text"> … … 53 51 <div class="about__section is-feature"> 54 52 <p> 55 <?php _e( '5.3 expands and refines the block editor introduced in WordPress 5.0 with new blocks, more intuitive interactions, and improved accessibility. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers complete control over the look of a site. This release also introduces the Twenty Twenty theme giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.' ); ?>53 <?php _e( '5.3 expands and refines the block editor introduced in WordPress 5.0 with a new block, more intuitive interactions, and improved accessibility. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers complete control over the look of a site. This release also introduces the Twenty Twenty theme giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.' ); ?> 56 54 </p> 57 55 </div> … … 93 91 <li><?php _e( 'The Columns block now supports fixed column widths' ); ?></li> 94 92 <li><?php _e( 'The new Predefined layouts make it a cinch to arrange content into advanced designs' ); ?></li> 95 <li><?php _e( 'Heading blocks now offer controls for text and backgroundcolor' ); ?></li>93 <li><?php _e( 'Heading blocks now offer controls for text color' ); ?></li> 96 94 <li><?php _e( 'Additional style options allow you to set your preferred style for any block that supports this feature' ); ?></li> 97 95 </ul>
Note: See TracChangeset
for help on using the changeset viewer.