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

Remove gutenberg textdomain in calendar-block from @wordpress package #36499

Closed
kebbet opened this issue Nov 15, 2021 · 0 comments · Fixed by #36500
Closed

Remove gutenberg textdomain in calendar-block from @wordpress package #36499

kebbet opened this issue Nov 15, 2021 · 0 comments · Fixed by #36500
Assignees
Labels
[Status] In Progress Tracking issues with work in progress

Comments

@kebbet
Copy link
Contributor

kebbet commented Nov 15, 2021

Description

https://core.trac.wordpress.org/ticket/54444

Incorrect textdomain was introduced in WordPress Core. Should be fixed upstream.

Step-by-step reproduction instructions

See src/wp-includes/blocks/calendar.php, on line 22

Is:
return '<div>' . __( 'The calendar block is hidden because there are no published posts.', 'gutenberg' ) . '</div>';

Should be:
return '<div>' . __( 'The calendar block is hidden because there are no published posts.' ) . '</div>';

Screenshots, screen recording, code snippet

No response

Environment info

No response

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] In Progress Tracking issues with work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant