Commit 1b9cd7e 1 parent e343729 commit 1b9cd7e Copy full SHA for 1b9cd7e
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public static function compose_snippets_data($snippetrecordset) {
150
150
*
151
151
* @return string
152
152
*/
153
- public static function get_enabled_snippet_css () {
153
+ public static function get_enabled_snippet_scss () {
154
154
global $ DB ;
155
155
156
156
// Compose SQL base query.
Original file line number Diff line number Diff line change @@ -2228,7 +2228,7 @@ function theme_boost_union_get_external_scss($type) {
2228
2228
* @return string The (S)CSS strings content.
2229
2229
*/
2230
2230
function theme_boost_union_get_snippets_scss () {
2231
- $ snippetsscss = snippets::get_enabled_snippet_css ();
2231
+ $ snippetsscss = snippets::get_enabled_snippet_scss ();
2232
2232
2233
2233
return $ snippetsscss ;
2234
2234
}
You can’t perform that action at this time.
0 commit comments