Plugin Directory

Changeset 1976152


Ignore:
Timestamp:
11/18/2018 03:40:53 AM (7 years ago)
Author:
ryotsun
Message:

Move setting link into Settings

Location:
wp-slack-logbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-slack-logbot/trunk/admin/class-slack-logbot-admin.php

    r1968990 r1976152  
    3939     */
    4040    public function create_admin_menu() {
    41         add_menu_page( 'WP Slack Logbot Settings', 'WP Slack Logbot', 'administrator', __FILE__, array( $this, 'show_page' ), plugins_url( '/images/icon.png', __FILE__ ) );
     41        add_submenu_page( 'options-general.php', 'WP Slack Logbot Settings', 'WP Slack Logbot', 'administrator', __FILE__, array( $this, 'show_page' ) );
    4242        add_action( 'admin_init', array( $this, 'register_settings' ) );
    4343    }
  • wp-slack-logbot/trunk/readme.txt

    r1969895 r1976152  
    66Tested up to: 5.1-alpha-20181015.143023
    77Requires PHP: 5.3
    8 Stable tag: 1.1.1
     8Stable tag: 1.2.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.2 =
     81* Move setting link into `Settings`
     82
    8083= 1.1 =
    8184* Enabled uninstall hook to delete option value and drop log table
Note: See TracChangeset for help on using the changeset viewer.