From c7f80d3c64690f9c0df06acab51507d731218857 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Sun, 3 Aug 2014 21:21:18 -0300 Subject: [PATCH] remove support for wp <= 3.1 --- social-connect.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/social-connect.php b/social-connect.php index 81e1811..0e1ccae 100644 --- a/social-connect.php +++ b/social-connect.php @@ -28,15 +28,6 @@ function sc_activate(){ } register_activation_hook( __FILE__, 'sc_activate' ); - -/** - * Registration.php is deprecated since version 3.1 with no alternative available. - * registration.php functions moved to user.php, everything is now included by default - * This file only need to be included for versions before 3.1. - */ -if ( !function_exists( 'email_exists' ) ) - require_once( ABSPATH . WPINC . '/registration.php' ); - /** * Internationalization of the plugin **/