Changeset 6790 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/providers/class-wporg-two-factor-primary.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-primary.php
r6782 r6790 22 22 */ 23 23 public function get_label() { 24 return _x( 'Time Based One-Time Password (Google Authenticator, Authy, etc)', 'Provider Label', 'wporg' );24 return 'WordPress.org Primary 2FA Provider'; // Not translated as it's not displayed, this is purely for debugging & the parent plugin. 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.