mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
Remove unwanted text-domains from WPCS checks and fix missed old text-domains
This commit is contained in:
parent
7e8c847471
commit
6422f7fd24
4 changed files with 5 additions and 5 deletions
|
@ -293,7 +293,7 @@ function parse_contributors( $contributors ) {
|
|||
|
||||
if ( ! empty( $invalid_contributors ) ) {
|
||||
/* translators: Used between sponsor names in a list, there is a space after the comma. */
|
||||
$item_separator = _x( ', ', 'list item separator', 'wporg' );
|
||||
$item_separator = _x( ', ', 'list item separator', 'wporg-5ftf' );
|
||||
|
||||
return new WP_Error(
|
||||
'invalid_contributor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue