Changeset 959270
- Timestamp:
- 08/02/2014 04:33:32 PM (12 years ago)
- Location:
- tracking-script-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
tracking-scripts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tracking-script-manager/trunk/readme.txt
r959266 r959270 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.0.3 = 45 * Fixes redirect issue 46 44 47 = 1.0.2 = 45 48 * Fixes issue with tabs … … 53 56 == Upgrade Notice == 54 57 58 = 1.0.3 = 59 Fixes redirect issue 60 55 61 = 1.0.2 = 56 62 Fixes issue with tabs -
tracking-script-manager/trunk/tracking-scripts.php
r959266 r959270 4 4 * Plugin URI: http://red8interactive.com 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com … … 264 264 } 265 265 266 wp_redirect(get_admin_url().'admin.php?page=tracking-script s/tracking-scripts.php&tab=existing');266 wp_redirect(get_admin_url().'admin.php?page=tracking-script-manager/tracking-scripts.php&tab=existing'); 267 267 exit(); 268 268 } … … 339 339 update_option(WP_FOOTER_TRACKING_SCRIPT, serialize($footer_scripts)); 340 340 341 wp_redirect(get_admin_url().'admin.php?page=tracking-script s/tracking-scripts.php&tab=existing');341 wp_redirect(get_admin_url().'admin.php?page=tracking-script-manager/tracking-scripts.php&tab=existing'); 342 342 exit(); 343 343 }
Note: See TracChangeset
for help on using the changeset viewer.