Changeset 56337 for trunk/src/wp-admin/credits.php
- Timestamp:
- 08/01/2023 12:56:40 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r56327 r56337 61 61 ?> 62 62 <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> 64 64 </p> 65 65 … … 69 69 <?php _e( 'Want to see your name in lights on this page?' ); ?> 70 70 <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> 72 72 </p> 73 73
Note: See TracChangeset
for help on using the changeset viewer.