Skip to content

Commit 12cf706

Browse files
committed
Update for API change.
1 parent 79e18ae commit 12cf706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeHighlight.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
*/
1515

16-
$RecipeInfo['CodeHighlight']['Version'] = '2024-02-24';
16+
$RecipeInfo['CodeHighlight']['Version'] = '2024-03-02';
1717

1818
SDVA($CodeHighlight, [
1919
'css-light' => '',
@@ -27,7 +27,7 @@ function initCodeHighlight() {
2727
global $CodeHighlight, $EnableHighlight;
2828
$EnableHighlight = 1;
2929

30-
$conf = array_merge($CodeHighlight, extGetConfig());
30+
$conf = extGetConfig($CodeHighlight);
3131

3232
$light = $conf['css-light'];
3333
$dark = $conf['css-dark'];

0 commit comments

Comments
 (0)