Changeset 2689337
- Timestamp:
- 03/05/2022 02:31:45 PM (4 years ago)
- Location:
- slim-maintenance-mode/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
slim-maintenance-mode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slim-maintenance-mode/trunk/readme.txt
r2689328 r2689337 43 43 44 44 == Changelog == 45 = 1.4.3 = 46 * Fixed a bug that prevented logging into the administration area 47 45 48 = 1.4.2 = 46 49 * Fixed a bug with the HTTP response code -
slim-maintenance-mode/trunk/slim-maintenance-mode.php
r2689328 r2689337 4 4 * Plugin URI: https://wpdoc.de/plugins/ 5 5 * Description: A lightweight solution for scheduled maintenance. Simply activate the plugin and only administrators can see the website. 6 * Version: 1.4. 26 * Version: 1.4.3 7 7 * Author: Johannes Ries 8 8 * Author URI: https://wpdoc.de … … 137 137 } 138 138 } 139 add_action('p lugins_loaded', 'slim_maintenance_mode');139 add_action('parse_request', 'slim_maintenance_mode'); 140 140 141 141 /**
Note: See TracChangeset
for help on using the changeset viewer.