Make WordPress Core

Ticket #31849: 31849.patch

File 31849.patch, 786 bytes (added by ramiy, 10 years ago)
  • wp-admin/includes/class-wp-ms-sites-list-table.php

     
    265265                                                        <?php
    266266                                                        if ( 'list' != $mode ) {
    267267                                                                switch_to_blog( $blog['blog_id'] );
    268                                                                 echo '<p>' . sprintf( _x( '%1$s &#8211; <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 &#8211; <em>%2$s</em>', '%1$s: site name. %2$s: site tagline.' ), get_option( 'blogname' ), get_option( 'blogdescription ' ) ) . '</p>';
    269269                                                                restore_current_blog();
    270270                                                        }
    271271