Plugin Directory

Changeset 1307162


Ignore:
Timestamp:
12/13/2015 05:32:56 AM (10 years ago)
Author:
websima
Message:

Fix Menu Position Bug

File:
1 edited

Legend:

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

    r1304022 r1307162  
    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') );
    2323    $options = get_option( 'tchannel_settings' );
    2424    $logview = $options['tchannel_log'];
Note: See TracChangeset for help on using the changeset viewer.