Make WordPress Core

Ticket #60165: 60165.2.patch

File 60165.2.patch, 575 bytes (added by viralsampat, 10 months ago)
  • src/wp-admin/network/index.php

    diff --git src/wp-admin/network/index.php src/wp-admin/network/index.php
    index b51fc4e560..b629e5dd67 100644
    if ( ! current_user_can( 'manage_network' ) ) { 
    1919
    2020// Used in the HTML title tag.
    2121$title       = __( 'Dashboard' );
    22 $parent_file = 'index.php';
    2322
    2423$overview  = '<p>' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '</p>';
    2524$overview .= '<p>' . __( 'From here you can:' ) . '</p>';