Changeset 41584 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 09/24/2017 02:21:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r41399 r41584 64 64 if ( isset($_GET['from']) && 'import' == $_GET['from'] ) { 65 65 wp_redirect( self_admin_url("import.php?import=" . str_replace('-importer', '', dirname($plugin))) ); // overrides the ?error=true one above and redirects to the Imports page, stripping the -importer suffix 66 } else if ( isset($_GET['from']) && 'press-this' == $_GET['from'] ) { 67 wp_redirect( self_admin_url( "press-this.php") ); 66 68 } else { 67 69 wp_redirect( self_admin_url("plugins.php?activate=true&plugin_status=$status&paged=$page&s=$s") ); // overrides the ?error=true one above
Note: See TracChangeset
for help on using the changeset viewer.