Changeset 2726594
- Timestamp:
- 05/19/2022 07:46:47 AM (4 years ago)
- Location:
- jinx-fast-cache/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
src/Admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jinx-fast-cache/trunk/index.php
r2726156 r2726594 5 5 * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/ 6 6 * Description: Blazing fast full page cache. 7 * Version: 0.3. 77 * Version: 0.3.8 8 8 * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de> 9 9 * Author URI: http://squareflower.de -
jinx-fast-cache/trunk/src/Admin.php
r2726156 r2726594 439 439 { 440 440 441 list($action, $element, $type, $id) = explode('/', $action.'///');441 list($action, $element, $type, $id) = array_merge(explode('/', $action), array_fill(0, 3, null)); 442 442 443 443 $method = 'action'.ucfirst($action);
Note: See TracChangeset
for help on using the changeset viewer.