Changeset 56338 for branches/6.3/src/wp-admin/credits.php
- Timestamp:
- 08/01/2023 12:58:43 PM (3 years ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/credits.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-admin/credits.php
r56328 r56338 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.