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 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 ' ,
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 ' ,
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 ' ,
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 }
You can’t perform that action at this time.
0 commit comments