Make WordPress Core


Ignore:
Timestamp:
04/11/2010 10:41:54 AM (15 years ago)
Author:
dd32
Message:

Tweak new strings for better typography. Props demetris. Fixes #12962

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/my-sites.php

    r14039 r14070  
    3232        $updated = true;
    3333    } else {
    34         wp_die( __( "The primary site, which you have choosen, doesn't exists." ) );   
     34        wp_die( __( 'The primary site you chose does not exist.' ) );   
    3535    }
    3636}
     
    5757    $settings_html = apply_filters( 'myblogs_options', '', 'global' );
    5858    if ( $settings_html != '' ) {
    59         echo "<tr><td valign='top'><h3>" . __( 'Global Settings' ) . "</h3></td><td>";
     59        echo '<tr><td valign="top"><h3>' . __( 'Global Settings' ) . '</h3></td><td>';
    6060        echo $settings_html;
    61         echo "</td></tr>";
     61        echo '</td></tr>';
    6262    }
    6363    reset( $blogs );
Note: See TracChangeset for help on using the changeset viewer.