equal
deleted
inserted
replaced
15 |
15 |
16 if ( ! current_user_can( 'manage_network' ) ) { |
16 if ( ! current_user_can( 'manage_network' ) ) { |
17 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); |
17 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); |
18 } |
18 } |
19 |
19 |
|
20 // Used in the HTML title tag. |
20 $title = __( 'Dashboard' ); |
21 $title = __( 'Dashboard' ); |
21 $parent_file = 'index.php'; |
22 $parent_file = 'index.php'; |
22 |
23 |
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>'; |
24 $overview = '<p>' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '</p>'; |
24 $overview .= '<p>' . __( 'From here you can:' ) . '</p>'; |
25 $overview .= '<p>' . __( 'From here you can:' ) . '</p>'; |