Changeset 27029 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r26518 r27029 92 92 $settings_html = apply_filters( 'myblogs_options', '', 'global' ); 93 93 if ( $settings_html != '' ) { 94 echo '<tr><td valign="top"><h3>' . __( 'Global Settings' ) . '</h3></td><td>';94 echo '<tr><td><h3>' . __( 'Global Settings' ) . '</h3></td><td>'; 95 95 echo $settings_html; 96 96 echo '</td></tr>'; … … 117 117 foreach ( $row as $user_blog ) { 118 118 $s = $i == 3 ? '' : 'border-right: 1px solid #ccc;'; 119 echo "<td valign='top'style='$s'>";119 echo "<td style='$s'>"; 120 120 echo "<h3>{$user_blog->blogname}</h3>"; 121 121 /**
Note: See TracChangeset
for help on using the changeset viewer.