wp/wp-admin/network/site-info.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   120 	if ( 'updated' === $_GET['update'] ) {
   120 	if ( 'updated' === $_GET['update'] ) {
   121 		$messages[] = __( 'Site info updated.' );
   121 		$messages[] = __( 'Site info updated.' );
   122 	}
   122 	}
   123 }
   123 }
   124 
   124 
       
   125 // Used in the HTML title tag.
   125 /* translators: %s: Site title. */
   126 /* translators: %s: Site title. */
   126 $title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
   127 $title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
   127 
   128 
   128 $parent_file  = 'sites.php';
   129 $parent_file  = 'sites.php';
   129 $submenu_file = 'sites.php';
   130 $submenu_file = 'sites.php';