Changeset 14582 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 05/12/2010 07:29:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r14581 r14582 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 … … 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
Note: See TracChangeset
for help on using the changeset viewer.