Skip to content

Commit a96b3fa

Browse files
committed
Fix number of blank lines in settings.php
1 parent 715fef9 commit a96b3fa

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
@@ -1328,10 +1328,10 @@
13281328
// Add tab to settings page.
13291329
$page->add($tab);
13301330

1331-
13321331
// Add settings page to the admin settings category.
13331332
$ADMIN->add('theme_boost_union', $page);
13341333

1334+
13351335
// Create Feel settings page with tabs
13361336
// (and allow users with the theme/boost_union:configure capability to access it).
13371337
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_feel',
@@ -1788,10 +1788,10 @@
17881788
// Add tab to settings page.
17891789
$page->add($tab);
17901790

1791-
17921791
// Add settings page to the admin settings category.
17931792
$ADMIN->add('theme_boost_union', $page);
17941793

1794+
17951795
// Create Content settings page with tabs
17961796
// (and allow users with the theme/boost_union:configure capability to access it).
17971797
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_content',
@@ -2636,10 +2636,10 @@
26362636
// Add tab to settings page.
26372637
$page->add($tab);
26382638

2639-
26402639
// Add settings page to the admin settings category.
26412640
$ADMIN->add('theme_boost_union', $page);
26422641

2642+
26432643
// Create Functionality settings page with tabs
26442644
// (and allow users with the theme/boost_union:configure capability to access it).
26452645
$page = new theme_boost_admin_settingspage_tabs('theme_boost_union_functionality',
@@ -2722,7 +2722,6 @@
27222722
// Add tab to settings page.
27232723
$page->add($tab);
27242724

2725-
27262725
// Add settings page to the admin settings category.
27272726
$ADMIN->add('theme_boost_union', $page);
27282727
}

0 commit comments

Comments
 (0)