mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
* Replace `preg_match_all()` and its secondary `str_replace()` call with `preg_replace_callback()`. * Fix case where paths beginning with `http` and `https` (but not `http:` and `https:`) were erroneously not counted as relative. * Improve code style and readability by consolidating conditions and returning once. * Use `str_starts_with()` consistently instead of `strpos()`. Follow-up to [52036], [52695], and [52754]. Fixes #58069. See #54243. git-svn-id: https://develop.svn.wordpress.org/trunk@55658 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| e2e | ||
| gutenberg | ||
| performance | ||
| phpunit | ||
| qunit | ||
| visual-regression | ||