Skip to content

Commit

Permalink
remove support for wp <= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Aug 4, 2014
1 parent 4eadeaa commit c7f80d3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions social-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
**/
Expand Down

0 comments on commit c7f80d3

Please sign in to comment.