Make WordPress Core

Changeset 12940


Ignore:
Timestamp:
02/03/2010 11:06:27 PM (15 years ago)
Author:
wpmuguru
Message:

add closing table cell tag to dashboard right now, props Simek, fixes #12121

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ms.php

    r12929 r12940  
    440440            <td class="first b b-posts"><?php printf( __( '<a href="upload.php" title="Manage Uploads" class="musublink">%sMB</a>' ), $quota ); ?></td>
    441441            <td class="t posts"><?php _e('Space Allowed'); ?></td>
    442             <td class="b b-comments"><?php printf( __( '<a href="upload.php" title="Manage Uploads" class="musublink">%1sMB (%2s%%)</a>' ), $used, $percentused ); ?>
     442            <td class="b b-comments"><?php printf( __( '<a href="upload.php" title="Manage Uploads" class="musublink">%1sMB (%2s%%)</a>' ), $used, $percentused ); ?></td>
    443443            <td class="last t comments <?php echo $used_color;?>"><?php _e('Space Used');?></td>
    444444        </tr>
Note: See TracChangeset for help on using the changeset viewer.