Changeset 1004616
- Timestamp:
- 10/09/2014 05:02:38 PM (11 years ago)
- Location:
- wordpress-social-login/trunk
- Files:
-
- 1 deleted
- 1 edited
-
languages/readme.txt (deleted)
-
wp-social-login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-login/trunk/wp-social-login.php
r1004601 r1004616 4 4 Plugin URI: http://hybridauth.sourceforge.net/wsl/index.html 5 5 Description: Allow your visitors to comment and login with social networks such as Twitter, Facebook, Google, Yahoo and more. 6 Version: 2.2.3 6 Version: 2.2.3-dev 7 7 Author: Miled 8 8 Author URI: http://hybridauth.sourceforge.net/wsl/index.html … … 54 54 @ session_start(); // shhhtt keept it a secret 55 55 56 $WORDPRESS_SOCIAL_LOGIN_VERSION = "2.2.3 ";56 $WORDPRESS_SOCIAL_LOGIN_VERSION = "2.2.3-dev"; 57 57 58 58 $_SESSION["wsl::plugin"] = "WordPress Social Login " . $WORDPRESS_SOCIAL_LOGIN_VERSION;
Note: See TracChangeset
for help on using the changeset viewer.