Update Requirements_Backend.php

This commit is contained in:
Sergey Shevchenko 2021-11-09 15:12:04 +13:00 committed by Sergey Shevchenko
parent a2906cd02c
commit 9854e48cfc
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ class Requirements_Backend
/**
* Determine if relative urls in the combined files should be converted to absolute.
*
* By default combined files will be parsed for relative urls to image/font assets and those
* utls will be changed to absolute to accomodate to the fact that the combined css is placed
* By default combined files will be parsed for relative URLs to image/font assets and those
* URLs will be changed to absolute to accomodate the fact that the combined css is placed
* in a totally different folder than the source css files.
*
* Turn this off if you see some unexpected results.