Make WordPress Core

Changeset 48723

Timestamp:
08/04/2020 03:56:18 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.

Location:
branches/5.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/package-lock.json

    r48720 r48723  
    59625962        "bl": {
    59635963            "version": "1.2.2",
    5964             "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
     5964            "resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
    59655965            "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
    59665966            "dev": true,
     
    61536153        "browserify-aes": {
    61546154            "version": "1.2.0",
    6155             "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
     6155            "resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
    61566156            "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
    61576157            "dev": true,
     
    88028802        "duplexer": {
    88038803            "version": "0.1.1",
    8804             "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
     8804            "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
    88058805            "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
    88068806            "dev": true
  • branches/5.5/src/wp-admin/about.php

    r48691 r48723  
    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.