Changeset 1233958
- Timestamp:
- 08/30/2015 05:36:23 AM (11 years ago)
- Location:
- pixterme/trunk
- Files:
-
- 2 edited
-
pixter-me.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixterme/trunk/pixter-me.php
r1233649 r1233958 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Version: 1. 412 Version: 1.5 13 13 14 14 Copyright 2015 Pixter Media … … 44 44 } 45 45 register_activation_hook( __FILE__, 'pixter_me_activate' ); 46 47 function pixter_me_activation_redirect( $plugin ) 48 { 49 if( $plugin == plugin_basename( __FILE__ ) ) 50 exit( wp_redirect( admin_url( 'admin.php?page=pixter_me_plugin' ) ) ); 51 } 52 add_action( 'activated_plugin', 'pixter_me_activation_redirect' ); 53 46 54 47 55 // function pixter_me_init() -
pixterme/trunk/readme.txt
r1233649 r1233958 7 7 Tags: image, print, photographer, picture, store, shop 8 8 Requires at least: 3.6 9 Tested up to: 4. 2.210 Stable tag: 1. 49 Tested up to: 4.3 10 Stable tag: 1.5 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.5 = 76 * Jump to plugin options page right after activation. 77 75 78 = 1.4 = 76 79 * Add ability to choose which pages will enable pixter-me (default: all).
Note: See TracChangeset
for help on using the changeset viewer.