Ticket #12202: dashboard_ie7.patch
File dashboard_ie7.patch, 1.3 KB (added by , 15 years ago) |
---|
-
wp-admin/css/ms.dev.css
2 2 #dashboard_right_now p.musub { 3 3 margin-top: 12px; 4 4 border-top: 1px solid #ececec; 5 padding-left: 16px; 5 6 position: static; 6 7 } 7 8 -
wp-admin/includes/dashboard.php
215 215 216 216 $num_comm = wp_count_comments( ); 217 217 218 echo "\n\t".'<div class="table table_content">' ."\n\t".'<table>';219 echo "\n\t".'<p class="sub">' . __('Content') . '</p>' ;218 echo "\n\t".'<div class="table table_content">'; 219 echo "\n\t".'<p class="sub">' . __('Content') . '</p>'."\n\t".'<table>'; 220 220 echo "\n\t".'<tr class="first">'; 221 221 222 222 // Posts … … 286 286 echo "\n\t</table>\n\t</div>"; 287 287 288 288 289 echo "\n\t".'<div class="table table_discussion">' ."\n\t".'<table>';290 echo "\n\t".'<p class="sub">' . __('Discussion') . '</p>' ;289 echo "\n\t".'<div class="table table_discussion">'; 290 echo "\n\t".'<p class="sub">' . __('Discussion') . '</p>'."\n\t".'<table>'; 291 291 echo "\n\t".'<tr class="first">'; 292 292 293 293 // Total Comments