Plugin Directory

Changeset 1746911

Timestamp:
10/15/2017 06:35:53 PM (7 years ago)
Author:
tabrisrp
Message:

update to version 1.2

Location:
wps-hide-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wps-hide-login/trunk/readme.txt

    r1675726 r1746911  
    55Requires at least: 4.1
    66Tested up to: 4.8
    7 Stable tag: 1.1.7
     7Stable tag: 1.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67
     68
     69
     70
    6771= 1.1.7 =
    6872* Fix: change fake 404 on wp-admin when not logged-in to a 403 forbidden to prevent fatal errors with various themes & plugins
  • wps-hide-login/trunk/wps-hide-login.php

    r1434249 r1746911  
    66Author: Remy Perona for WPServeur
    77Author URI: http://profiles.wordpress.org/tabrisrp/
    8 Version: 1.1.7
     8Version: 1.
    99Text Domain: wps-hide-login
    1010License: GPLv2 or later
     
    155155            add_action( 'network_admin_notices', array( $this, 'admin_notices' ) );
    156156            add_action( 'wp_loaded', array( $this, 'wp_loaded' ) );
     157
    157158
    158159            add_filter( 'plugin_action_links_' . $this->basename(), array( $this, 'plugin_action_links' ) );
     
    384385        }
    385386
     387
     388
     389
     390
     391
     392
     393
     394
    386395        public function wp_loaded() {
    387396
     
    430439
    431440            } elseif ( $pagenow === 'wp-login.php' ) {
    432 
    433441                global $error, $interim_login, $action, $user_login;
     442
     443
     444
     445
     446
    434447
    435448                @require_once ABSPATH . 'wp-login.php';
Note: See TracChangeset for help on using the changeset viewer.