pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 265 forks source link

PHPCS: I18n violations #4982

Closed GaryJones closed 3 years ago

GaryJones commented 6 years ago

Now that the textdomain has been set for PHPCS, a new set of violation checks have appeared:

Some of the violations may not be valid, but should still be addressed by ignoring them where appropriate so that they don't appear in future scans.

```sh E..........EE.W..E............E.......E..................... 60 / 171 (35%) E.EEW...WW.W....W.W.....WWWWE.......WW...EE................E 120 / 171 (70%) ........W....W.WWE.E.......EEE..........E.......W.. 171 / 171 (100%) FILE: ui/admin/setup-edit.php --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 245 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 245 | ERROR | [x] Multiple placeholders should be ordered. Expected '%1$s, %2$s', but got %s, %s. (WordPress.WP.I18n.UnorderedPlaceholdersText) 673 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: ui/admin/settings-reset.php ------------------------------------------------------------------------ FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------ 41 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ------------------------------------------------------------------------ FILE: ui/admin/view.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 41 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 121 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 129 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: ui/admin/form-settings.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 60 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 61 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 74 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 75 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: ui/admin/form.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 9 WARNINGS AFFECTING 10 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 86 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 89 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 92 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 111 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 114 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 117 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 215 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 226 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 383 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 391 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: ui/fields/link.php ------------------------------------------------------------------------ FOUND 5 ERRORS AFFECTING 5 LINES ------------------------------------------------------------------------ 51 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 54 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 57 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 62 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 69 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ------------------------------------------------------------------------ FILE: ui/fields/color.php ------------------------------------------------------------------------ FOUND 4 ERRORS AFFECTING 4 LINES ------------------------------------------------------------------------ 14 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 15 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 16 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 17 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ------------------------------------------------------------------------ FILE: classes/PodsInit.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 4 ERRORS AND 49 WARNINGS AFFECTING 53 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 953 | ERROR | The $text arg must be a single string literal, not "$options['rewrite']['slug']". (WordPress.WP.I18n.NonSingularStringLiteralText) 1003 | ERROR | The $text arg must be a single string literal, not "$options['rewrite']['slug']". (WordPress.WP.I18n.NonSingularStringLiteralText) 1194 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1197 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1200 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1201 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1202 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1204 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1206 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 1208 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1212 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1213 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1214 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1216 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1218 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 1220 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1255 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1256 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1258 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1259 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1260 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1261 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1262 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1263 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1264 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1265 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1266 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1267 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1272 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1273 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1274 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1275 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1276 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1277 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1278 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1281 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1282 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1283 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1284 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1285 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1286 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1287 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1288 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1289 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1290 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1291 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1292 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1293 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1294 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1295 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1296 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1297 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1813 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FILE: classes/PodsAdmin.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 3 ERRORS AND 10 WARNINGS AFFECTING 10 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2717 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2729 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2869 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2872 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2891 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2894 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2905 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3429 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3429 | ERROR | The $text arg must be a single string literal, not "sprintf( 'Pods REST API support requires WordPress 4.3.1 or later and the %s or later.', 'WordPress REST API | | 2.0-beta9' )". (WordPress.WP.I18n.NonSingularStringLiteralText) 3430 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3430 | ERROR | The $text arg must be a single string literal, not "sprintf( 'See %s for more information.', 'https://pods.io/docs/build/extending-core-wordpress-rest-api-routes-with-pods/' )". (WordPress.WP.I18n.NonSingularStringLiteralText) 3472 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3472 | ERROR | The $text arg must be a single string literal, not "sprintf( 'See %s for more information.', 'https://pods.io/docs/build/extending-core-wordpress-rest-api-routes-with-pods/"' )". (WordPress.WP.I18n.NonSingularStringLiteralText) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/PodsAPI.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 4 ERRORS AND 32 WARNINGS AFFECTING 32 LINES ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1635 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1644 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1725 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1725 | ERROR | [x] Multiple placeholders should be ordered. Expected '%1$s, %2$s', but got %s, %s. (WordPress.WP.I18n.UnorderedPlaceholdersText) 1733 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1740 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1745 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1747 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1922 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1922 | ERROR | [x] Multiple placeholders should be ordered. Expected '%1$s, %2$s', but got %s, %s. (WordPress.WP.I18n.UnorderedPlaceholdersText) 1928 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1928 | ERROR | [x] Multiple placeholders should be ordered. Expected '%1$s, %2$s', but got %s, %s. (WordPress.WP.I18n.UnorderedPlaceholdersText) 2306 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2495 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2495 | ERROR | [x] Multiple placeholders should be ordered. Expected '%1$s, %2$s', but got %s, %s. (WordPress.WP.I18n.UnorderedPlaceholdersText) 2499 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2649 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2653 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2657 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2662 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2726 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2728 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2739 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2743 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2752 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2754 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3591 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3653 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 4124 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 5336 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 5342 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 5515 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 5557 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 7576 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 7593 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 7624 | WARNING | [ ] A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/PodsMeta.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2399 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FILE: classes/cli/Pods_CLI_Command.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 21 WARNINGS AFFECTING 21 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 44 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 49 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 95 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 99 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 108 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 113 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 146 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 150 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 158 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 163 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 193 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 197 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 205 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 259 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 263 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 276 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 288 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 336 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 364 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 376 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/cli/PodsAPI_CLI_Command.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 20 WARNINGS AFFECTING 20 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 45 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 50 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 94 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 99 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 104 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 151 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 156 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 161 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 195 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 200 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 249 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 254 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 295 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 334 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 391 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 417 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 432 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 464 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 483 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 494 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/PodsI18n.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 149 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 195 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 197 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/email.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 139 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 141 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/datetime.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 321 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/number.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 266 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/website.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 189 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 191 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/link.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 223 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 225 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/file.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 180 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1016 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1118 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FILE: classes/fields/pick.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 328 ERRORS AND 3 WARNINGS AFFECTING 331 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1025 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1026 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1411 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2719 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2720 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2721 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2722 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2723 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2724 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2725 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2726 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2727 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2728 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2729 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2730 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2731 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2732 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2733 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2734 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2735 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2736 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2737 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2738 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2739 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2740 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2741 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2742 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2743 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2744 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2745 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2746 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2747 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2748 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2749 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2750 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2751 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2752 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2753 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2754 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2755 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2756 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2757 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2758 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2759 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2760 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2761 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2762 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2763 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2764 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2765 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2766 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2767 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2768 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2769 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2770 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2771 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2772 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2773 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2774 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2775 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2776 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2777 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2778 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2779 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2780 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2781 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2782 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2783 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2784 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2785 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2786 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2787 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2788 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2789 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2790 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2791 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2792 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2793 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2794 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2795 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2796 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2797 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2798 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2799 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2800 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2801 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2802 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2803 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2804 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2805 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2806 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2807 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2808 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2809 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2810 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2811 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2812 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2813 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2814 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2815 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2816 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2817 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2818 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2819 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2820 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2821 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2822 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2823 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2824 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2825 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2826 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2827 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2828 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2829 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2830 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2831 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2832 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2833 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2834 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2835 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2836 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2837 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2838 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2839 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2840 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2841 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2842 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2843 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2844 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2845 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2846 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2847 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2848 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2849 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2850 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2851 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2852 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2853 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2854 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2855 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2856 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2857 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2858 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2859 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2860 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2861 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2862 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2863 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2864 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2865 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2866 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2867 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2868 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2869 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2870 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2871 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2872 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2873 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2874 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2875 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2876 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2877 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2878 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2879 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2880 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2881 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2882 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2883 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2884 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2885 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2886 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2887 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2888 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2889 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2890 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2891 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2892 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2893 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2894 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2895 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2896 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2897 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2898 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2899 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2900 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2901 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2902 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2903 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2904 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2905 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2906 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2907 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2908 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2909 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2910 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2911 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2912 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2913 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2914 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2915 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2916 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2917 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2918 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2919 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2920 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2921 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2922 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2923 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2924 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2925 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2926 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2927 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2928 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2929 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2930 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2931 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2932 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2933 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2934 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2935 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2936 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2937 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2938 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2939 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2940 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2941 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2942 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2943 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2944 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2945 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2946 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2947 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2948 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2949 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2950 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2951 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2952 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2953 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2954 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2955 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2956 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2957 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2958 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2959 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2960 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2961 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2962 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2963 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2964 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2965 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2966 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2967 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2968 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2969 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2970 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2971 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2972 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2973 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2974 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2975 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2976 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2977 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2978 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2979 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2980 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2981 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 2982 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3005 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3006 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3007 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3008 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3009 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3010 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3011 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3012 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3013 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3014 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3015 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3016 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3017 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3018 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3019 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3020 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3021 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3022 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3023 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3024 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3025 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3026 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3027 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3028 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3029 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3030 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3031 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3032 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3033 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3034 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3035 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3036 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3037 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3038 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3039 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3040 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3041 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3042 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3043 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3044 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3045 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3046 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3047 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3048 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3049 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3050 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3051 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3052 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3053 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3054 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3055 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3078 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3079 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3080 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3081 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3082 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3083 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3084 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3085 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3086 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3087 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3088 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3089 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 3090 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FILE: classes/fields/currency.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 276 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/fields/phone.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 164 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 166 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: classes/PodsUI.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 2 ERRORS AND 34 WARNINGS AFFECTING 35 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1055 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1056 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1057 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1058 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1059 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1060 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1061 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1067 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1069 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1070 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1071 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1072 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1073 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1570 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1619 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1645 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1676 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1717 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1762 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1766 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1795 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 1907 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2031 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2060 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2062 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2207 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2209 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2266 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2269 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2437 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 2831 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3139 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 3715 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 4526 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 4634 | ERROR | The $single arg must be a single string literal, not "$singular_label". (WordPress.WP.I18n.NonSingularStringLiteralSingle) 4634 | ERROR | The $plural arg must be a single string literal, not "$plural_label". (WordPress.WP.I18n.NonSingularStringLiteralPlural) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ FILE: classes/PodsForm.php ------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------- 399 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ------------------------------------------------------------------------- FILE: tests/phpunit/includes/_tests-integration-pods.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 88 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 100 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: includes/general.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 458 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 460 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Migrate-CPTUI/Migrate-CPTUI.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 250 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 325 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Roles/ui/edit.php ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Roles/Roles.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 82 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 221 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 251 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Templates/Templates.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 2 ERRORS AND 12 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 175 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 178 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 181 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 182 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 183 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 185 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 187 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 189 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 193 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 194 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 195 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 197 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 199 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 201 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Templates/includes/auto-template/Pods_Templates_Auto_Template_Settings.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 362 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 362 | ERROR | Mismatched text domain. Expected 'pods' but got 'pfat'. (WordPress.WP.I18n.TextDomainMismatch) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Helpers.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 2 ERRORS AND 12 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 117 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 120 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 123 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 124 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 125 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 127 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 129 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 131 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 135 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 136 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 137 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 139 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 141 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 143 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/I18n/I18n-polylang.php ------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------- 57 | ERROR | The $domain arg must be a single string literal, not "$this->textdomain". (WordPress.WP.I18n.NonSingularStringLiteralDomain) ------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/I18n/I18n-wpml.php ------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------- 63 | ERROR | The $domain arg must be a single string literal, not "$this->textdomain". (WordPress.WP.I18n.NonSingularStringLiteralDomain) ------------------------------------------------------------------------------------------------------------------------------------------- FILE: components/Pages.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 2 ERRORS AND 12 WARNINGS AFFECTING 14 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 205 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 208 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 211 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 212 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 213 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 215 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 217 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 219 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 223 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 224 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 225 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 227 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 229 | ERROR | Missing $domain arg. (WordPress.WP.I18n.MissingArgDomain) 231 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: sql/upgrade/PodsUpgrade_2_0_0.php ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 598 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) 939 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. (WordPress.WP.I18n.MissingTranslatorsComment) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ```

I'll do one or more PRs that address these, so that translators can do a better job of / have an easier time adding translations.

GaryJones commented 6 years ago

PR #4984 fixes:

Issue #4983 is specifically to consider:

Since they will be quite large, I'll open new PRs for:

pglewis commented 6 years ago

Is this one complete and closed by #4984?

GaryJones commented 6 years ago

I'd like to open at least one or two PRs for WordPress.WP.I18n.MissingTranslatorsComment and WordPress.WP.I18n.MissingArgDomain, but if you want those under separate Issues to keep the discussion focused, then this ticket can be closed.

pglewis commented 6 years ago

This is definitely an exception case where it makes sense to leave the issue open and do it in stages, works for me.

JoryHogeveen commented 4 years ago

@GaryJones What is the status on this topic?

GaryJones commented 4 years ago

I've got no intent to make any PRs at this time, so feel free to takeover or close out.

sc0ttkclark commented 3 years ago

Closing for now, we can continue to work on phpcs fixes going forward.