Skip to content

Commit 1b9cd7e

Browse files
committed
rename snippets_css to snippets scss
1 parent e343729 commit 1b9cd7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classes/snippets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static function compose_snippets_data($snippetrecordset) {
150150
*
151151
* @return string
152152
*/
153-
public static function get_enabled_snippet_css() {
153+
public static function get_enabled_snippet_scss() {
154154
global $DB;
155155

156156
// Compose SQL base query.

locallib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ 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-
$snippetsscss = snippets::get_enabled_snippet_css();
2231+
$snippetsscss = snippets::get_enabled_snippet_scss();
22322232

22332233
return $snippetsscss;
22342234
}

0 commit comments

Comments
 (0)