File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 ' ,
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 ' ,
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 ' ,
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 }
You can’t perform that action at this time.
0 commit comments