Skip to content

Commit 577061f

Browse files
committed
refactoring
1 parent ca76cfd commit 577061f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

locallib.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,9 @@ function theme_boost_union_get_external_scss($type) {
22282228
* @return string The (S)CSS strings content.
22292229
*/
22302230
function theme_boost_union_get_snippets_scss() {
2231-
return snippets::get_enabled_snippet_css();
2231+
$snippetsscss = snippets::get_enabled_snippet_css();
2232+
2233+
return $snippetsscss;
22322234
}
22332235

22342236
/**

0 commit comments

Comments
 (0)