Describe the bug
The Plugin Check Plugin shows different issues. One of it is the Missing $domain parameter message. See below the notes:
includes/function.login-footer.php
| Line |
Column |
Type |
Code |
Message |
Docs |
| 29 |
21 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to _x(). |
Docs |
includes/function.login-header.php
| Line |
Column |
Type |
Code |
Message |
Docs |
| 53 |
29 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to __(). |
Docs |
| 57 |
33 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to __(). |
Docs |
| 104 |
25 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to __(). |
Docs |
| 130 |
9 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to __(). |
Docs |
| 133 |
57 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to __(). |
Docs |
providers/class-two-factor-backup-codes.php
| Line |
Column |
Type |
Code |
Message |
Docs |
| 179 |
27 |
ERROR |
WordPress.WP.I18n.MissingArgDomain |
Missing $domain parameter in function call to esc_html_e(). |
Docs |
Steps to Reproduce
- Install Plugin Check Plugin
- Choose Two Factor, Categories = "General" and Types = "Error" & "Warning"
- see results
- apply fix
- see results
Screenshots, screen recording, code snippet
No response
Environment information
No response
Please confirm that you have searched existing issues in this repository.
Yes
Please confirm that you have tested with all plugins deactivated except Two-Factor.
Yes
Describe the bug
The Plugin Check Plugin shows different issues. One of it is the Missing $domain parameter message. See below the notes:
includes/function.login-footer.phpincludes/function.login-header.phpproviders/class-two-factor-backup-codes.phpSteps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
Please confirm that you have searched existing issues in this repository.
Yes
Please confirm that you have tested with all plugins deactivated except Two-Factor.
Yes