Changeset 1177070
- Timestamp:
- 06/08/2015 10:11:55 PM (11 years ago)
- Location:
- tracking-script-manager
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from tracking-script-manager/trunk)
-
tags/1.1.4/readme.txt (modified) (3 diffs)
-
tags/1.1.4/tracking-scripts-manager.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tracking-scripts-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tracking-script-manager/tags/1.1.4/readme.txt
r1177043 r1177070 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.1 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 1.1.4 = 47 * Another admin menu tweak 45 48 46 49 = 1.1.3 = … … 88 91 == Upgrade Notice == 89 92 93 = 1.1.4 = 94 Another admin menu tweak 95 90 96 = 1.1.3 = 91 97 Admin menu tweak -
tracking-script-manager/tags/1.1.4/tracking-scripts-manager.php
r1177047 r1177070 4 4 * Plugin URI: http://wordpress.org/plugins/tracking-script-manager/ 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com … … 135 135 136 136 public static function tracking_scripts_create_menu() { 137 add_menu_page('Tracking Scripts Manager', 'Tracking Scripts Manager', ' activate_plugins', __FILE__, array(__CLASS__, 'tracking_options'), '');137 add_menu_page('Tracking Scripts Manager', 'Tracking Scripts Manager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), ''); 138 138 add_action('admin_init', array(__CLASS__, 'register_tracking_scripts_settings')); 139 139 } -
tracking-script-manager/trunk/readme.txt
r1177043 r1177070 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.1 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 1.1.4 = 47 * Another admin menu tweak 45 48 46 49 = 1.1.3 = … … 88 91 == Upgrade Notice == 89 92 93 = 1.1.4 = 94 Another admin menu tweak 95 90 96 = 1.1.3 = 91 97 Admin menu tweak -
tracking-script-manager/trunk/tracking-scripts-manager.php
r1177047 r1177070 4 4 * Plugin URI: http://wordpress.org/plugins/tracking-script-manager/ 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com … … 135 135 136 136 public static function tracking_scripts_create_menu() { 137 add_menu_page('Tracking Scripts Manager', 'Tracking Scripts Manager', ' activate_plugins', __FILE__, array(__CLASS__, 'tracking_options'), '');137 add_menu_page('Tracking Scripts Manager', 'Tracking Scripts Manager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), ''); 138 138 add_action('admin_init', array(__CLASS__, 'register_tracking_scripts_settings')); 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.