wp/wp-admin/network/site-settings.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    77 	if ( 'updated' === $_GET['update'] ) {
    77 	if ( 'updated' === $_GET['update'] ) {
    78 		$messages[] = __( 'Site options updated.' );
    78 		$messages[] = __( 'Site options updated.' );
    79 	}
    79 	}
    80 }
    80 }
    81 
    81 
       
    82 // Used in the HTML title tag.
    82 /* translators: %s: Site title. */
    83 /* translators: %s: Site title. */
    83 $title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
    84 $title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
    84 
    85 
    85 $parent_file  = 'sites.php';
    86 $parent_file  = 'sites.php';
    86 $submenu_file = 'sites.php';
    87 $submenu_file = 'sites.php';