Avoid WP's notice about using translatable strings too early#391
Closed
imath wants to merge 1 commit intobuddypress:masterfrom
Closed
Avoid WP's notice about using translatable strings too early#391imath wants to merge 1 commit intobuddypress:masterfrom
imath wants to merge 1 commit intobuddypress:masterfrom
Conversation
dcavins
pushed a commit
to dcavins/buddypress-wp-svn
that referenced
this pull request
Nov 3, 2024
Use a "raw" name instead of a "translatable" name for the `BP_Component`'s & `BP_Theme_Compat`'s `name` properties. Props boonebgorges. See #9247 (trunk) Closes buddypress/buddypress#391 git-svn-id: http://buddypress.svn.wordpress.org/trunk@14059 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
boonebgorges
pushed a commit
that referenced
this pull request
Mar 20, 2025
Use a "raw" name instead of a "translatable" name for the `BP_Component`'s & `BP_Theme_Compat`'s `name` properties. Props boonebgorges. See #9247 (trunk) Closes #391 git-svn-id: https://buddypress.svn.wordpress.org/branches/12.0@14110 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
emaralive
pushed a commit
to emaralive/omt-buddypress-sync
that referenced
this pull request
Nov 2, 2025
Use a "raw" name instead of a "translatable" name for the `BP_Component`'s & `BP_Theme_Compat`'s `name` properties. Props boonebgorges. See #9247 (trunk) Closes buddypress/buddypress#391 git-svn-id: https://buddypress.svn.wordpress.org/trunk@14059 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
emaralive
pushed a commit
to emaralive/buddypress-sync
that referenced
this pull request
Nov 3, 2025
Use a "raw" name instead of a "translatable" name for the `BP_Component`'s & `BP_Theme_Compat`'s `name` properties. Props boonebgorges. See #9247 (trunk) Closes buddypress/buddypress#391 git-svn-id: https://buddypress.svn.wordpress.org/trunk@14059 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use "raw" name instead of "translatable" name for the
BP_Component's &BP_Theme_Compatname properties.Trac ticket: https://buddypress.trac.wordpress.org/ticket/9247
This Pull Request is for code review only. Please keep all other discussion in the BuddyPress Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the WordPress Core Handbook for more details.