Plugin Directory

Changeset 1336088


Ignore:
Timestamp:
01/26/2016 06:51:40 AM (10 years ago)
Author:
websima
Message:

Update Tags and fix Menu Bug

Location:
channeller-telegram-channel-administrator
Files:
53 added
1 edited

Legend:

Unmodified
Added
Removed
  • channeller-telegram-channel-administrator/trunk/channeller.php

    r1335646 r1336088  
    2020function tchannel_custom_menu_page()
    2121{
    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') , 100);
    2323    $options = get_option( 'tchannel_settings' );
    2424    $logview = $options['tchannel_log'];
Note: See TracChangeset for help on using the changeset viewer.