Test Setup Failed
Push — main ( d47715...202ca7 )
by Marc
04:36
created
system/core/constants.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
21 21
 \define('EMPTY_VALUE', '');
22 22
 
23 23
 // Section constants
24
-\define ('CATEGORY_SECTION', 'category');
25
-\define ('TAG_SECTION', 'tag');
26
-\define ('PAGE_SECTION', 'page');
27
-\define ('POST_SECTION', 'post');
24
+\define('CATEGORY_SECTION', 'category');
25
+\define('TAG_SECTION', 'tag');
26
+\define('PAGE_SECTION', 'page');
27
+\define('POST_SECTION', 'post');
28 28
 
29 29
 // Landing Page constants for posts and homepage
30 30
 \define('HOME_INDEX_KEY', '/');
Please login to merge, or discard this patch.