Changeset 1976152
- Timestamp:
- 11/18/2018 03:40:53 AM (7 years ago)
- Location:
- wp-slack-logbot/trunk
- Files:
-
- 2 edited
-
admin/class-slack-logbot-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-slack-logbot/trunk/admin/class-slack-logbot-admin.php
r1968990 r1976152 39 39 */ 40 40 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' ) ); 42 42 add_action( 'admin_init', array( $this, 'register_settings' ) ); 43 43 } -
wp-slack-logbot/trunk/readme.txt
r1969895 r1976152 6 6 Tested up to: 5.1-alpha-20181015.143023 7 7 Requires PHP: 5.3 8 Stable tag: 1. 1.18 Stable tag: 1.2.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.2 = 81 * Move setting link into `Settings` 82 80 83 = 1.1 = 81 84 * Enabled uninstall hook to delete option value and drop log table
Note: See TracChangeset
for help on using the changeset viewer.