Skip to content

Commit

Permalink
Add "read more" keyword to the more block (WordPress#24794)
Browse files Browse the repository at this point in the history
* Add "read more" keyword

* "more" not needed in the keywords.

* Revert ""more" not needed in the keywords."

This reverts commit 363cb6c.
  • Loading branch information
aristath authored Aug 26, 2020
1 parent 67423c3 commit a9cad5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/more/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const settings = {
description: __(
'Content before this block will be shown in the excerpt on your archives page.'
),
keywords: [ __( 'read more' ) ],
icon,
example: {},
__experimentalLabel( attributes, { context } ) {
Expand Down

0 comments on commit a9cad5b

Please sign in to comment.