Plugin Directory

Changeset 2689337


Ignore:
Timestamp:
03/05/2022 02:31:45 PM (4 years ago)
Author:
wpdoc.de
Message:

Fixed a bug that prevented logging into the administration area

Location:
slim-maintenance-mode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slim-maintenance-mode/trunk/readme.txt

    r2689328 r2689337  
    4343
    4444== Changelog ==
     45= 1.4.3 =
     46* Fixed a bug that prevented logging into the administration area
     47
    4548= 1.4.2 =
    4649* Fixed a bug with the HTTP response code
  • slim-maintenance-mode/trunk/slim-maintenance-mode.php

    r2689328 r2689337  
    44 * Plugin URI: https://wpdoc.de/plugins/
    55 * Description: A lightweight solution for scheduled maintenance. Simply activate the plugin and only administrators can see the website.
    6  * Version: 1.4.2
     6 * Version: 1.4.3
    77 * Author: Johannes Ries
    88 * Author URI: https://wpdoc.de
     
    137137  }
    138138}
    139 add_action('plugins_loaded', 'slim_maintenance_mode');
     139add_action('parse_request', 'slim_maintenance_mode');
    140140
    141141/**
Note: See TracChangeset for help on using the changeset viewer.