Help/About: String update for 5.5 release.
We don't use hyphens for the [block editor](https://make.wordpress.org/core/handbook/best-practices/spelling/). See #50416. Props davidbaumwald, marybaum, desrosj. Built from https://develop.svn.wordpress.org/trunk@48721 git-svn-id: http://core.svn.wordpress.org/trunk@48483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f85fe2882a
commit
500c0118d4
|
@ -125,7 +125,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
<p><?php _e( 'Now it’s easier than ever to find the block you need. The new block directory is built right into the block editor, so you can install new block types to your site without ever leaving the editor.' ); ?></p>
|
||||
|
||||
<h3><?php _e( 'And so much more.' ); ?></h3>
|
||||
<p><?php _e( 'The highlights above are a tiny fraction of the new block-editor features you’ve just installed. Open the block editor and enjoy!' ); ?></p>
|
||||
<p><?php _e( 'The highlights above are a tiny fraction of the new block editor features you’ve just installed. Open the block editor and enjoy!' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -155,7 +155,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
</div>
|
||||
<div class="column">
|
||||
<h3><?php _e( 'Dashicons' ); ?></h3>
|
||||
<p><?php _e( 'The Dashicons library has received its final update in 5.5. It adds 39 block-editor icons along with 26 others.' ); ?></p>
|
||||
<p><?php _e( 'The Dashicons library has received its final update in 5.5. It adds 39 block editor icons along with 26 others.' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-48719';
|
||||
$wp_version = '5.6-alpha-48721';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue