Changeset 1845658
- Timestamp:
- 03/23/2018 12:20:39 PM (8 years ago)
- Location:
- callroot
- Files:
-
- 4 added
- 1 deleted
- 1 edited
-
assets/callroot.png (added)
-
assets/icon.svg (deleted)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.0/callroot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
callroot/tags/1.0/callroot.php
r1844697 r1845658 63 63 } 64 64 65 function callroot_activation_redirect( )65 function callroot_activation_redirect( $plugin ) 66 66 { 67 wp_redirect(admin_url( 'options-general.php?page=callroot' )); 68 exit; 67 if( $plugin == plugin_basename( __FILE__ ) ) 68 { 69 exit( wp_redirect( admin_url( 'options-general.php?page=callroot' ) ) ); 70 } 69 71 } 70 72
Note: See TracChangeset
for help on using the changeset viewer.