Make WordPress Core

Changeset 48721

Timestamp:
08/04/2020 03:54:48 PM (4 years ago)
Author:
whyisjake
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r48686 r48721  
    126126
    127127                <h3><?php _e( 'And so much more.' ); ?></h3>
    128                 <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>
     128                <p><?php _e( 'The highlights above are a tiny fraction of the new blockeditor features you’ve just installed. Open the block editor and enjoy!' ); ?></p>
    129129            </div>
    130130        </div>
     
    156156            <div class="column">
    157157                <h3><?php _e( 'Dashicons' ); ?></h3>
    158                 <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>
     158                <p><?php _e( 'The Dashicons library has received its final update in 5.5. It adds 39 blockeditor icons along with 26 others.' ); ?></p>
    159159            </div>
    160160        </div>
Note: See TracChangeset for help on using the changeset viewer.