Changeset 42869 for branches/4.9/src/wp-admin/plugins.php
- Timestamp:
- 03/22/2018 12:58:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-admin/plugins.php
r41978 r42869 66 66 } else if ( isset($_GET['from']) && 'press-this' == $_GET['from'] ) { 67 67 wp_redirect( self_admin_url( "press-this.php") ); 68 } else if ( isset($_GET['from']) && 'try-gutenberg' == $_GET['from'] ) { 69 wp_redirect( self_admin_url( "admin.php?page=gutenberg") ); 68 70 } else { 69 71 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.