Changeset 41978 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 10/23/2017 08:47:27 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r41895 r41978 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-demo") );70 68 } else { 71 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.