Always return TRUE, used for array_map in advagg_css_js_file_builder().

1 string reference to 'advagg_return_true'
advagg_css_js_file_builder dans ./advagg.module
Aggregate CSS/JS files, putting them in the files directory.

Fichier

./advagg.module, line 2115

Code

function advagg_return_true() {
    return TRUE;
}