Basic tabbed structure #45

Merged
lemsmyth merged 6 commits from rebase-upstream into master 2022-02-12 16:56:59 +01:00
Showing only changes of commit 9b3a95741f - Show all commits

View file

@ -34,7 +34,7 @@ $channel_list = $LBRY->daemon->channel_list();
do_settings_sections( LBRY_ADMIN_PAGE );
submit_button();
} elseif ( $lbry_active_tab == 'channels' ) {
// include_once( 'partials/channel-page.php' );
/// include_once( 'partials/channel-page.php' );
} elseif ( $lbry_active_tab == 'speech' ) {
settings_fields( LBRY_SPEECH_SETTINGS );
do_settings_sections( 'lbrypress-speech' );