wp/wp-admin/network.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    47 		)
    47 		)
    48 	);
    48 	);
    49 }
    49 }
    50 
    50 
    51 if ( is_network_admin() ) {
    51 if ( is_network_admin() ) {
       
    52 	// Used in the HTML title tag.
    52 	$title       = __( 'Network Setup' );
    53 	$title       = __( 'Network Setup' );
    53 	$parent_file = 'settings.php';
    54 	$parent_file = 'settings.php';
    54 } else {
    55 } else {
       
    56 	// Used in the HTML title tag.
    55 	$title       = __( 'Create a Network of WordPress Sites' );
    57 	$title       = __( 'Create a Network of WordPress Sites' );
    56 	$parent_file = 'tools.php';
    58 	$parent_file = 'tools.php';
    57 }
    59 }
    58 
    60 
    59 $network_help = '<p>' . __( 'This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.' ) . '</p>' .
    61 $network_help = '<p>' . __( 'This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.' ) . '</p>' .