Make WordPress Core

Ticket #23348: 23348.6.diff

File 23348.6.diff, 1.9 KB (added by SergeyBiryukov, 20 months ago)
  • src/wp-admin/contribute.php

     
    100100                <div class="column">
    101101                        <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
    102102                        <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&#8217;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 &rarr;' ); ?></a></p>
     103                        <p class="aligncenter"><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>" target="_blank"><?php _e( 'Find your team &rarr;' ); ?></a></p>
    104104                </div>
    105105        </div>
    106106
  • src/wp-admin/credits.php

     
    6060                                );
    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
    6666                        <?php else : ?>
     
    6868                        <p>
    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
    7474                        <?php endif; ?>