mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
I18N: Add translator comments for Edit Site: %s string in network admin.
Props ramiy. Fixes #37776. git-svn-id: https://develop.svn.wordpress.org/trunk@38320 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
653fe9aaa1
commit
f2a91f6157
@ -131,6 +131,7 @@ if ( isset( $_GET['update'] ) ) {
|
||||
}
|
||||
}
|
||||
|
||||
/* translators: %s: site name */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
||||
@ -83,6 +83,7 @@ if ( isset($_GET['update']) ) {
|
||||
$messages[] = __('Site options updated.');
|
||||
}
|
||||
|
||||
/* translators: %s: site name */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
||||
@ -139,6 +139,7 @@ if ( isset( $_GET['action'] ) && 'update-site' == $_GET['action'] ) {
|
||||
add_thickbox();
|
||||
add_screen_option( 'per_page' );
|
||||
|
||||
/* translators: %s: site name */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
||||
@ -179,6 +179,7 @@ if ( isset( $_GET['action'] ) && 'update-site' == $_GET['action'] ) {
|
||||
|
||||
add_screen_option( 'per_page' );
|
||||
|
||||
/* translators: %s: site name */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user