Sites List Table: Replace context with a translators comment for the site name and tagline.
props ramiy. fixes #31849. git-svn-id: https://develop.svn.wordpress.org/trunk@32472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ff4f261101
commit
3df6a4a9da
@ -265,7 +265,8 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||
<?php
|
||||
if ( 'list' != $mode ) {
|
||||
switch_to_blog( $blog['blog_id'] );
|
||||
echo '<p>' . sprintf( _x( '%1$s – <em>%2$s</em>', '%1$s: site name. %2$s: site tagline.' ), get_option( 'blogname' ), get_option( 'blogdescription ' ) ) . '</p>';
|
||||
/* translators: 1: site name, 2: site tagline. */
|
||||
echo '<p>' . sprintf( __( '%1$s – <em>%2$s</em>' ), get_option( 'blogname' ), get_option( 'blogdescription ' ) ) . '</p>';
|
||||
restore_current_blog();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user