Changeset 1307162
- Timestamp:
- 12/13/2015 05:32:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
channeller-telegram-channel-administrator/trunk/channeller.php
r1304022 r1307162 20 20 function tchannel_custom_menu_page() 21 21 { 22 add_menu_page(__('Channeller', 'tchannel'), __('Channeller', 'tchannel'), 'manage_options', 'channeller', 'channeller_options_page', plugins_url('channeller-telegram-channel-administrator/includes/dashicon.png') , 26);22 add_menu_page(__('Channeller', 'tchannel'), __('Channeller', 'tchannel'), 'manage_options', 'channeller', 'channeller_options_page', plugins_url('channeller-telegram-channel-administrator/includes/dashicon.png') ); 23 23 $options = get_option( 'tchannel_settings' ); 24 24 $logview = $options['tchannel_log'];
Note: See TracChangeset
for help on using the changeset viewer.