Skip to content

Commit 36b8dc8

Browse files
committed
Fix number of blank lines in settings.php
1 parent 923740c commit 36b8dc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

settings.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,10 +1380,10 @@
13801380
// Add tab to settings page.
13811381
$page->add($tab);
13821382

1383-
13841383
// Add settings page to the admin settings category.
13851384
$ADMIN->add('theme_boost_union', $page);
13861385

1386+
13871387
// Create Feel settings page with tabs
13881388
// (and allow users with the theme/boost_union:configure capability to access it).
13891389
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_feel',
@@ -1840,10 +1840,10 @@
18401840
// Add tab to settings page.
18411841
$page->add($tab);
18421842

1843-
18441843
// Add settings page to the admin settings category.
18451844
$ADMIN->add('theme_boost_union', $page);
18461845

1846+
18471847
// Create Content settings page with tabs
18481848
// (and allow users with the theme/boost_union:configure capability to access it).
18491849
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_content',
@@ -2713,10 +2713,10 @@
27132713
// Add tab to settings page.
27142714
$page->add($tab);
27152715

2716-
27172716
// Add settings page to the admin settings category.
27182717
$ADMIN->add('theme_boost_union', $page);
27192718

2719+
27202720
// Create Functionality settings page with tabs
27212721
// (and allow users with the theme/boost_union:configure capability to access it).
27222722
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_functionality',
@@ -2799,7 +2799,6 @@
27992799
// Add tab to settings page.
28002800
$page->add($tab);
28012801

2802-
28032802
// Add settings page to the admin settings category.
28042803
$ADMIN->add('theme_boost_union', $page);
28052804
}

0 commit comments

Comments
 (0)