Make WordPress Core


Ignore:
Timestamp:
08/01/2023 12:56:40 PM (20 months ago)
Author:
audrasjb
Message:

Help/About: Escape "Contribute" links, for better consistency.

Props SergeyBiryukov, peterwilsoncc.
See #23348.

File:
1 edited

Legend:

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

    r56327 r56337  
    6161                ?>
    6262                <br />
    63                 <a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
     63                <a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
    6464            </p>
    6565
     
    6969                <?php _e( 'Want to see your name in lights on this page?' ); ?>
    7070                <br />
    71                 <a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
     71                <a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
    7272            </p>
    7373
Note: See TracChangeset for help on using the changeset viewer.