Plugin Directory

Changeset 560906


Ignore:
Timestamp:
06/20/2012 02:38:10 AM (14 years ago)
Author:
dwc
Message:

Fix deprecation notice in WordPress 3.1 and later for including wp-includes/registration.php (http://danieltwc.com/2011/http-authentication-4-0/#comment-13245)

Location:
http-authentication/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • http-authentication/trunk/http-authentication.php

    r552756 r560906  
    225225        $email_domain = $this->options['auto_create_email_domain'];
    226226
    227         require_once(WPINC . DIRECTORY_SEPARATOR . 'registration.php');
    228227        $user_id = wp_create_user($username, $password, $username . ($email_domain ? '@' . $email_domain : ''));
    229228        $user = get_user_by('id', $user_id);
  • http-authentication/trunk/readme.txt

    r554674 r560906  
    22Contributors: dwc
    33Tags: authentication
    4 Requires at least: 3.0
    5 Tested up to: 3.3.1
     4Requires at least: 3.1
     5Tested up to: 3.4
    66Stable tag: 4.4
    77
     
    143143* Remove use of call-time pass by reference to avoid warnings on PHP 5.3 and newer
    144144* Fix deprecation notice in WordPress 3.3 on `get_userdatabylogin` (#1513)
     145* Fix deprecation notice in WordPress 3.1 and later for including wp-includes/registration.php
    145146* Associate options page label tags with their input fields (#1514)
    146147
Note: See TracChangeset for help on using the changeset viewer.