Bug #25302 » 0017917.patch
t3lib/class.t3lib_parsehtml_proc.php | ||
---|---|---|
// Find special modes and extract them:
|
||
if (isset($revmodes['ts'])) {
|
||
$modes[$revmodes['ts']] = 'ts_transform,ts_preserve,ts_images,ts_links';
|
||
$modes[$revmodes['ts']] = 'ts_links,ts_transform,ts_preserve,ts_images';
|
||
}
|
||
// Find special modes and extract them:
|
||
if (isset($revmodes['ts_css'])) {
|
||
$modes[$revmodes['ts_css']] = 'css_transform,ts_images,ts_links';
|
||
$modes[$revmodes['ts_css']] = 'ts_links,css_transform,ts_images';
|
||
}
|
||
// Make list unique
|
- « Previous
- 1
- 2
- Next »