Changeset 2751377
- Timestamp:
- 07/04/2022 04:53:00 AM (4 years ago)
- Location:
- google-authenticator
- Files:
-
- 4 edited
- 1 copied
-
tags/0.54 (copied) (copied from google-authenticator/trunk)
-
tags/0.54/google-authenticator.php (modified) (1 diff)
-
tags/0.54/readme.txt (modified) (3 diffs)
-
trunk/google-authenticator.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-authenticator/tags/0.54/google-authenticator.php
r2434779 r2751377 709 709 // Super admins and users with accounts on more than one site get the network name as the helpful name, 710 710 // everyone else gets the site that they're on 711 if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) || is_super_admin()) ) ) {711 if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) ) || is_super_admin() ) ) { 712 712 $GA_description = sanitize_text_field( get_blog_details( get_network()->id )->blogname ); 713 713 } else { -
google-authenticator/tags/0.54/readme.txt
r2434779 r2751377 3 3 Tags: authentication,otp,password,security,login,android,iphone,blackberry 4 4 Requires at least: 4.5 5 Tested up to: 5.66 Stable tag: 0.5 35 Tested up to: 6.0 6 Stable tag: 0.54 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 == Changelog == 83 = 0.54 = 84 * Fixed a bug in multisite. 85 83 86 = 0.53 = 84 87 * Add a Polish translation … … 173 176 Thanks to: 174 177 178 [Oleksiy](https://profiles.wordpress.org/evinak/) for a bugfix in multisite. 179 175 180 [Paweł Nowacki](https://github.com/pancek) for the Polish translation 176 181 -
google-authenticator/trunk/google-authenticator.php
r2434779 r2751377 709 709 // Super admins and users with accounts on more than one site get the network name as the helpful name, 710 710 // everyone else gets the site that they're on 711 if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) || is_super_admin()) ) ) {711 if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) ) || is_super_admin() ) ) { 712 712 $GA_description = sanitize_text_field( get_blog_details( get_network()->id )->blogname ); 713 713 } else { -
google-authenticator/trunk/readme.txt
r2434779 r2751377 3 3 Tags: authentication,otp,password,security,login,android,iphone,blackberry 4 4 Requires at least: 4.5 5 Tested up to: 5.66 Stable tag: 0.5 35 Tested up to: 6.0 6 Stable tag: 0.54 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 == Changelog == 83 = 0.54 = 84 * Fixed a bug in multisite. 85 83 86 = 0.53 = 84 87 * Add a Polish translation … … 173 176 Thanks to: 174 177 178 [Oleksiy](https://profiles.wordpress.org/evinak/) for a bugfix in multisite. 179 175 180 [Paweł Nowacki](https://github.com/pancek) for the Polish translation 176 181
Note: See TracChangeset
for help on using the changeset viewer.