Make WordPress Core


Ignore:
Timestamp:
06/21/2021 04:29:18 AM (3 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/includes/template.php

    r51158 r51189  
    973973        <div class="error"><p><?php _e( 'Before you can upload your import file, you will need to fix the following error:' ); ?></p>
    974974        <p><strong><?php echo $upload_dir['error']; ?></strong></p></div>
    975                                 <?php
     975        <?php
    976976    else :
    977977        ?>
Note: See TracChangeset for help on using the changeset viewer.