Changeset 1224137
- Timestamp:
- 08/18/2015 09:01:45 PM (11 years ago)
- Location:
- sexy-login/trunk
- Files:
-
- 2 edited
-
inc/class-sexy-login-widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sexy-login/trunk/inc/class-sexy-login-widget.php
r1222933 r1224137 6 6 function Sexy_Login_Widget() { 7 7 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.' ) ); 9 9 10 10 } -
sexy-login/trunk/readme.txt
r1222942 r1224137 3 3 Tags: login, register, sexy, ajax, authentication, captcha, sidebar, widget, user, ssl, secury, admin bar, ReCaptcha, cross browser, lost password 4 4 Requires at least: 3.0 5 Tested up to: 4. 2.45 Tested up to: 4.3 6 6 Stable tag: 2.6 7 7 License: GPLv3 … … 63 63 64 64 = 2.6 = 65 * Tested with WordPres 4. 2.4.65 * Tested with WordPres 4.3. 66 66 * Fixed bug related with distorted avatar when using buddyPress. 67 67 * Fixed a few minor bugs.
Note: See TracChangeset
for help on using the changeset viewer.