diff --git a/classes/LBRY_Admin.php b/classes/LBRY_Admin.php index de08a65..c96c984 100644 --- a/classes/LBRY_Admin.php +++ b/classes/LBRY_Admin.php @@ -338,56 +338,7 @@ class LBRY_Admin

Looks like you haven't added any channels yet, you can do that now on the Channels Tab

Set Default to always Publish to LBRY, this can be adjusted when publishing a New Post.

', - 'lbry_default_publish_setting', - LBRY_SETTINGS, - - ); - } - - /** - * Prints select to choose a default to publish to channel - */ - public function default_channel_callback() - { - $options = ''; - $channel_list = LBRY()->daemon->channel_list(); - - if ( $channel_list ) { - foreach ( $channel_list as $channel ) { - $selected = $this->options['default_lbry_channel'] === $channel->claim_id; - - $options .= ''; - } - - printf( - '', - 'default_lbry_channel', - LBRY_SETTINGS, - $options - ); - } else { ?> -

Looks like you haven't added any channels yet, you can do that now on the Channels Tab

-