Ticket #31849: 31849.patch
File 31849.patch, 786 bytes (added by , 10 years ago) |
---|
-
wp-admin/includes/class-wp-ms-sites-list-table.php
265 265 <?php 266 266 if ( 'list' != $mode ) { 267 267 switch_to_blog( $blog['blog_id'] ); 268 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>';268 echo '<p>' . sprintf( __( '%1$s – <em>%2$s</em>', '%1$s: site name. %2$s: site tagline.' ), get_option( 'blogname' ), get_option( 'blogdescription ' ) ) . '</p>'; 269 269 restore_current_blog(); 270 270 } 271 271