Ticket #23348: 23348.6.diff
File 23348.6.diff, 1.9 KB (added by , 20 months ago) |
---|
-
src/wp-admin/contribute.php
100 100 <div class="column"> 101 101 <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2> 102 102 <p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open source WordPress project, there’s a place for everyone, no matter what your skill set is.' ); ?></p> 103 <p class="aligncenter"><a href="<?php _e( 'https://make.wordpress.org/contribute/'); ?>" target="_blank"><?php _e( 'Find your team →' ); ?></a></p>103 <p class="aligncenter"><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>" target="_blank"><?php _e( 'Find your team →' ); ?></a></p> 104 104 </div> 105 105 </div> 106 106 -
src/wp-admin/credits.php
60 60 ); 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 66 66 <?php else : ?> … … 68 68 <p> 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 74 74 <?php endif; ?>