Ticket #60165: 60165.2.patch
File 60165.2.patch, 575 bytes (added by , 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' ) ) { 19 19 20 20 // Used in the HTML title tag. 21 21 $title = __( 'Dashboard' ); 22 $parent_file = 'index.php';23 22 24 23 $overview = '<p>' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '</p>'; 25 24 $overview .= '<p>' . __( 'From here you can:' ) . '</p>';