The !h and !t tokens in the custom CSS patch are not getting converted properly because the source code is still looks for %h and %t. I've attached a patch which fixes this. This is version 5.0-1.0 according to my modules page, but the issues page doesn;t allow me to select that (looks like that needs to be updated on the project page).

CommentFileSizeAuthor
tinymce.module_12.patch674 bytesseanr

Comments

m3avrck’s picture

Status: Needs review » Fixed

These were out of sync and are now *both* %h %t as the translation happens:


    $init['content_css'] = str_replace(array('%h', '%t'), array($host, $themepath), $settings['css_path']);   

Anonymous’s picture

Status: Fixed » Closed (fixed)