Plugin Directory

Changeset 630628


Ignore:
Timestamp:
11/27/2012 10:53:18 AM (13 years ago)
Author:
andersvinther2
Message:

Minor bug fix.

Location:
wp-login-security-2/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-login-security-2/trunk/readme.txt

    r628974 r630628  
    11=== WP Login Security 2 ===
    2 Contributors: andersvinther2, joshuascott94
     2Contributors: andersvinther2
    33Donate link: http://www.wpsecuritychecklist.com/buy-us-a-beer/
    44Tags: authentication, whitelisting, admin, security, login, two factor, brute force attacks, lockdown, password
    55Requires at least: 3.0.1
    66Tested up to: 3.4.2
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727**Updates from the original plugin**
    2828
    29 This plugin is based on the original [WP Login Security](http://wordpress.org/extend/plugins/wp-login-security/) plugin developed by [joshuascott94] (http://profiles.wordpress.org/joshuascott94/).
     29This plugin is based on the original [WP Login Security](http://wordpress.org/extend/plugins/wp-login-security/) plugin developed by joshuascott94.
    3030
    3131Since the original plugin is not supported any longer we took over and made a few updates:
     
    5959== Changelog ==
    6060
     61= 1.0.1 =
     62* Minor bug fix.
     63
    6164= 1.0.0 =
    6265* Fixed: Call to mt_rand with wrong number of parameters.
  • wp-login-security-2/trunk/wp-login-security-2.php

    r628974 r630628  
    3939
    4040// Add relevant actions
    41 add_action('admin_init', 'wpls2_admin_init');
     41add_action('admin_head', 'wpls2_admin_init');
    4242add_action('init', 'wpls2_init');
    4343add_action( 'login_form', 'wpls2_login_form' );
Note: See TracChangeset for help on using the changeset viewer.