Make WordPress Core


Ignore:
Timestamp:
06/21/2021 04:29:18 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Consistently escape network_admin_url() links.

Follow-up to [51177].

Props chintan1896, mukesh27.
Fixes #53459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r51177 r51189  
    8989            ?>
    9090            <a href="<?php echo esc_url( admin_url( 'media-new.php' ) ); ?>" class="page-title-action aria-button-if-js"><?php echo esc_html_x( 'Add New', 'file' ); ?></a>
    91                                 <?php
     91            <?php
    9292        }
    9393        ?>
Note: See TracChangeset for help on using the changeset viewer.