mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
When styles got inlined, relative URLs break. The problem was that URLs inside CSS files are relative to the stylesheet's path, and when styles get inlined that relation is lost. This patch fixes the issue by finding relative URLs which then get modified to be relative to the site's root. Fixes #54243. Props aristath, cdyerkes, hellofromtonya. git-svn-id: https://develop.svn.wordpress.org/trunk@52036 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| jquery.php | ||
| scripts.php | ||
| styles.php | ||
| wpInlineScriptTag.php | ||
| wpSanitizeScriptAttributes.php | ||
| wpScriptTag.php | ||