Changeset 6790 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-secondary.php
- Timestamp:
- 02/27/2018 03:23:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-secondary.php
r6785 r6790 18 18 19 19 public function get_label() { 20 return _x( 'Backup Method', 'Provider Label', 'wporg' );20 return 'WordPress.org Secondary 2FA Provider'; // Not translated as it's not displayed, this is purely for debugging & the parent plugin. 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.