Changeset 3333512
- Timestamp:
- 07/24/2025 10:20:57 AM (8 months ago)
- Location:
- webtonative/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
webtonative/trunk/README.md
r3329535 r3333512 4 4 Requires at least: 2.0.2 5 5 Tested up to: 6.7.1 6 Stable tag: 2.8. 96 Stable tag: 2.8.10 7 7 License: GPLv2 or later 8 8 -
webtonative/trunk/common/social-login/rest.php
r3209976 r3333512 105 105 get_bloginfo('wpurl') . 106 106 static::$FACEBOOK_REDIRECT_URI . 107 '&auth_type=rerequest&scope=email ,public_profile';107 '&auth_type=rerequest&scope=email%20public_profile'; 108 108 header('Location: ' . $redirect_uri); 109 109 die(); … … 131 131 ), 132 132 'body' => 133 'code=' .133 'code=' . 134 134 $code . 135 135 '&client_id=' . -
webtonative/trunk/index.php
r3329535 r3333512 3 3 Plugin Name: webtonative 4 4 Description: webtonative Plugin 5 Version: 2.8. 95 Version: 2.8.10 6 6 Author: webtonative 7 7 */
Note: See TracChangeset
for help on using the changeset viewer.