Plugin Directory

Changeset 1224137


Ignore:
Timestamp:
08/18/2015 09:01:45 PM (11 years ago)
Author:
OptimalDevs
Message:

Tested with WordPress 4.3

Location:
sexy-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sexy-login/trunk/inc/class-sexy-login-widget.php

    r1222933 r1224137  
    66    function Sexy_Login_Widget() {
    77
    8         $this->WP_Widget( 'sexy_login_widget', 'Sexy Login', array( 'classname' => 'sexy_login_widget', 'description' => 'A simple widget for login in Wordpress.' ) );
     8        $this->__construct( 'sexy_login_widget', 'Sexy Login', array( 'classname' => '', 'description' => 'A simple widget for login in Wordpress.' ) );
    99       
    1010    }
  • sexy-login/trunk/readme.txt

    r1222942 r1224137  
    33Tags: login, register, sexy, ajax, authentication, captcha, sidebar, widget, user, ssl, secury, admin bar, ReCaptcha, cross browser, lost password
    44Requires at least: 3.0
    5 Tested up to: 4.2.4
     5Tested up to: 4.3
    66Stable tag: 2.6
    77License: GPLv3
     
    6363
    6464= 2.6 =
    65 * Tested with WordPres 4.2.4.
     65* Tested with WordPres 4.3.
    6666* Fixed bug related with distorted avatar when using buddyPress.
    6767* Fixed a few minor bugs.
Note: See TracChangeset for help on using the changeset viewer.