Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing period in block descriptions. #32838

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comment-author/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export { metadata, name };

export const settings = {
title: __( 'Post Comment Author' ),
description: __( 'Post Comment Author' ),
description: __( 'Post Comment Author.' ),
icon,
edit,
parent: [ 'core/post-comment' ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comment-content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export { metadata, name };

export const settings = {
title: __( 'Post Comment Content' ),
description: __( 'Post Comment Content' ),
description: __( 'Post Comment Content.' ),
icon,
edit,
parent: [ 'core/post-comment' ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comment-date/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export { metadata, name };

export const settings = {
title: __( 'Post Comment Date' ),
description: __( 'Post Comment Date' ),
description: __( 'Post Comment Date.' ),
icon,
edit,
parent: [ 'core/post-comment' ],
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export { metadata, name };

export const settings = {
title: __( 'Post Comment' ),
description: __( 'Post Comment' ),
description: __( 'Post Comment.' ),
icon,
edit,
save,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { name } = metadata;
export { metadata, name };

export const settings = {
title: __( 'Post Hierarchical Terms' ),
title: __( 'Post Hierarchical Terms.' ),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the block title.

variations,
edit,
};
2 changes: 1 addition & 1 deletion packages/block-library/src/site-logo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export { metadata, name };

export const settings = {
title: __( 'Site Logo' ),
description: __( 'Show a site logo' ),
description: __( 'Show a site logo.' ),
icon,
supports: {
align: true,
Expand Down