Plugin Directory

Changeset 2371078


Ignore:
Timestamp:
08/28/2020 01:36:00 PM (5 years ago)
Author:
livechatoo
Message:

Change $capability argument for add_menu_page()

Location:
livechatoo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • livechatoo/trunk/livechatoo.php

    r2371018 r2371078  
    55Plugin URI: https://www.livechatoo.com/
    66Description: Wordpress plugin to insert Livechatoo JavaScript code to your website
    7 Version: 1.1.2
     7Version: 1.1.3
    88Author: Livechatoo
    99Author URI: https://www.livechatoo.com/
     
    8888// define function to add link to the main admin menu
    8989function livechatoo_menu() {
    90     add_menu_page(livechatoo_message(0), 'Livechatoo', 0, 'livechatoo', 'livechatoo_options_menu', 'dashicons-format-chat');
     90    add_menu_page(livechatoo_message(0), 'Livechatoo', 'activate_plugins', 'livechatoo', 'livechatoo_options_menu', 'dashicons-format-chat');
    9191}
    9292
  • livechatoo/trunk/readme.txt

    r2371018 r2371078  
    1818
    1919== Changelog ==
     20
     21= 1.1.3 =
     22*Release Date - 2020-08-28*
     23
     24* Change $capability argument for add_menu_page()
    2025
    2126= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.