Make WordPress Core

Changeset 59096


Ignore:
Timestamp:
09/26/2024 03:39:06 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Administration: Escape the WordPress.org URL in wp-admin/admin-footer.php.

Follow-up to [5892], [5955], [10976], [17879], [21366], [27469], [45927].

Props ramswarup, narenin, swissspidy.
Fixes #62118.

File:
1 edited

Legend:

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

    r51053 r59096  
    3636            /* translators: %s: https://wordpress.org/ */
    3737            __( 'Thank you for creating with <a href="%s">WordPress</a>.' ),
    38             __( 'https://wordpress.org/' )
     38            esc_url( __( 'https://wordpress.org/' ) )
    3939        );
    4040
Note: See TracChangeset for help on using the changeset viewer.