equal
deleted
inserted
replaced
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'; |