Changeset 3045955
- Timestamp:
- 03/05/2024 09:17:15 PM (2 years ago)
- Location:
- cdnsun
- Files:
-
- 3 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/inc/class-cdnsun-rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdnsun/trunk/inc/class-cdnsun-rewrite.php
r1912152 r3045955 36 36 ')[^\"\')]+)|([^/\"\']+\.[^/\"\')]+))(?=[\"\')])#'; 37 37 38 return preg_replace_callback($regex_rule, [&$this, 'rewrite_url'], $html);38 return preg_replace_callback($regex_rule, function ($matches) { return $this->rewrite_url($matches); }, $html); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.