Make WordPress Core


Ignore:
Timestamp:
12/13/2018 09:06:20 AM (6 years ago)
Author:
pento
Message:

Dashboard: Remove the Try Gutenberg callout.

Merge of [43807] from the 5.0 branch.

Props mukesh27.
Fixes #45063.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/plugins.php

    r43502 r44106  
    6666            } else if ( isset($_GET['from']) && 'press-this' == $_GET['from'] ) {
    6767                wp_redirect( self_admin_url( "press-this.php") );
    68             } else if ( isset( $_GET['from'] ) && 'try-gutenberg' == $_GET['from'] ) {
    69                 if ( 'gutenberg/gutenberg.php' === $plugin ) {
    70                     wp_redirect( self_admin_url( "admin.php?page=gutenberg" ) );
    71                 } else {
    72                     wp_redirect( self_admin_url() );
    73                 }
    7468            } else {
    7569                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.