Changeset 3246053
- Timestamp:
- 02/24/2025 10:24:04 PM (13 months ago)
- Location:
- perfgrid-optimizer/trunk
- Files:
-
- 2 edited
-
perfgrid-optimizer.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perfgrid-optimizer/trunk/perfgrid-optimizer.php
r3195726 r3246053 183 183 } 184 184 185 if(str_starts_with($_src['path'], $wp['path'])) { 186 $_src['path'] = preg_replace('|^' . $wp['path'] . '|', '', $_src['path']); 185 $wp_path = isset($wp['path']) ? $wp['path'] : ''; 186 187 if(str_starts_with($_src['path'], $wp_path)) { 188 $_src['path'] = preg_replace('|^' . $wp_path . '|', '', $_src['path']); 187 189 } 188 190 -
perfgrid-optimizer/trunk/readme.txt
r3195726 r3246053 16 16 ## Changelog: 17 17 18 ### 1.0.1 (2025-02-24) 19 20 - Fix for "undefined array key 'path'" error in perfgrid-optimizer.php. 21 18 22 ### 1.0.0 (2024-11-06) 19 23
Note: See TracChangeset
for help on using the changeset viewer.