Make WordPress Core


Ignore:
Timestamp:
07/31/2023 08:21:09 PM (16 months ago)
Author:
audrasjb
Message:

Help/About: Make Contribute links translatable.

Follow-up to [17877], [26354], [35898], [43032], [56220], [56312].

Props sereedmedia, tobifjellner, oglekler, ryelle, fierevere, davidbaumwald, audrasjb.
See #23348.

File:
1 edited

Legend:

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

    r56290 r56327  
    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="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Find your team &rarr;' ); ?></a></p>
     103            <p class="aligncenter"><a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>" target="_blank"><?php _e( 'Find your team &rarr;' ); ?></a></p>
    104104        </div>
    105105    </div>
Note: See TracChangeset for help on using the changeset viewer.