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 Text-Domain #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexclassroom
Copy link

Just add missing text-domain for localization.
UI strings with missing text-domain can't display their own translations correctly.

Comment on lines 67 to +68
'title' => __( 'Simple / PHP' ),
'callback' => array( $this, 'initialize_simple' ),
'callback' => array( $this, 'initialize_simple', 'wpm-floc' ),

Choose a reason for hiding this comment

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

I am not the maintainer and not sure if/when/or how the PR will get merged. Just browsed by out of interest and saw this; Seems, you did choose the wrong line for the text domain. Should have been added in L67 imo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants