Changeset 48723
- Timestamp:
- 08/04/2020 03:56:18 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/package-lock.json
r48720 r48723 5962 5962 "bl": { 5963 5963 "version": "1.2.2", 5964 "resolved": "http s://registry.npmjs.org/bl/-/bl-1.2.2.tgz",5964 "resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz", 5965 5965 "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", 5966 5966 "dev": true, … … 6153 6153 "browserify-aes": { 6154 6154 "version": "1.2.0", 6155 "resolved": "http s://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", 6156 6156 "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", 6157 6157 "dev": true, … … 8802 8802 "duplexer": { 8803 8803 "version": "0.1.1", 8804 "resolved": "http s://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",8804 "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", 8805 8805 "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", 8806 8806 "dev": true -
branches/5.5/src/wp-admin/about.php
r48691 r48723 126 126 127 127 <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> 129 129 </div> 130 130 </div> … … 156 156 <div class="column"> 157 157 <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> 159 159 </div> 160 160 </div>
Note: See TracChangeset
for help on using the changeset viewer.