Ticket #61378: 61378.patch
| File 61378.patch, 517 bytes (added by , 19 months ago) |
|---|
-
wp-admin/includes/dashboard.php
diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 2aeaa24e46..f4bda1a30c 100644
a b function wp_dashboard_quota() { 1683 1683 __( 'Manage Uploads' ) 1684 1684 ); 1685 1685 ?> 1686 </li><li class="storage-count <?php echo $used_class; ?>">1686 </li><li class="storage-count <?php echo esc_attr( $used_class ); ?>"> 1687 1687 <?php 1688 1688 $text = sprintf( 1689 1689 /* translators: 1: Number of megabytes, 2: Percentage. */