PluginProbe
Loginizer / 2.0.6
Loginizer v2.0.6
2.1.0 2.0.9 2.0.8 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 All 74 releases
← All changes | functions.php +2 -4 2.0.92.0.6 View file →
@@ -640,11 +640,9 @@
640 640
641 641 }
642 642
643 643 function loginizer_social_btn_login($return = false, $id = ''){
644 - if(!loginizer_is_blacklisted()){
645 - loginizer_social_btn($return, 'login');
646 - }
644 + loginizer_social_btn($return, 'login');
647 645 }
648 646
649 647 function loginizer_get_social_error(){
650 648 global $loginizer;
@@ -671,5 +669,5 @@
671 669
672 670 // Cleaning the error data
673 671 delete_site_transient($error_identifier); // Deleting the data
674 672 //setcookie('lz_social_error', '', time() - 300, COOKIEPATH, COOKIE_DOMAIN, is_ssl(), true); // have to delete
675 -}
673 +}