Completed
Push — master ( 76085b...e6e513 )
by Nazar
04:46
created
components/modules/Blogs/admin/edit_section.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
 				'value' => $section['title']
38 38
 			]
39 39
 		).
40
-		($Config->core['simple_admin_mode'] ? false :
41
-			h::{'label info'}('section_path').
40
+		($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path').
42 41
 			h::{'input[is=cs-input-text][name=path]'}(
43 42
 				[
44 43
 					'value' => $section['path']
Please login to merge, or discard this patch.
components/modules/Blogs/admin/add_section.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
33 33
 		).
34 34
 		h::label($L->section_title).
35 35
 		h::{'input[is=cs-input-text][name=title]'}().
36
-		($Config->core['simple_admin_mode'] ? false :
37
-			h::{'label info'}('section_path').
36
+		($Config->core['simple_admin_mode'] ? false : h::{'label info'}('section_path').
38 37
 			h::{'input[is=cs-input-text][name=path]'}()
39 38
 		).
40 39
 		h::p(
Please login to merge, or discard this patch.