Changeset 14070 for trunk/wp-admin/my-sites.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/my-sites.php
r14039 r14070 32 32 $updated = true; 33 33 } 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.' ) ); 35 35 } 36 36 } … … 57 57 $settings_html = apply_filters( 'myblogs_options', '', 'global' ); 58 58 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>'; 60 60 echo $settings_html; 61 echo "</td></tr>";61 echo '</td></tr>'; 62 62 } 63 63 reset( $blogs );
Note: See TracChangeset
for help on using the changeset viewer.