Make WordPress Core

Ticket #61378: 61378.patch

File 61378.patch, 517 bytes (added by krunal265, 19 months ago)

Patch added

  • 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() { 
    16831683                                __( 'Manage Uploads' )
    16841684                        );
    16851685                        ?>
    1686                 </li><li class="storage-count <?php echo $used_class; ?>">
     1686                </li><li class="storage-count <?php echo esc_attr( $used_class ); ?>">
    16871687                        <?php
    16881688                        $text = sprintf(
    16891689                                /* translators: 1: Number of megabytes, 2: Percentage. */