Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit d7851de

Browse files
committed
Disabling by default
1 parent 18d6041 commit d7851de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kirby-highlight.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @license MIT
1111
*/
1212

13-
if (c::get('plugin.kirby-highlight', true)) {
13+
if (c::get('plugin.kirby-highlight', false)) {
1414
// Initialising composer's autoloader
1515
require_once __DIR__ . DS . 'vendor' . DS . 'autoload.php';
1616

0 commit comments

Comments
 (0)