Make WordPress Core


Ignore:
Timestamp:
07/31/2023 08:33:48 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.
Reviewed by davidbaumwald.
Merges [56327] to the 6.3 branch.
See #23348.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/src/wp-admin/credits.php

    r56312 r56328  
    6161                ?>
    6262                <br />
    63                 <a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
     63                <a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
    6464            </p>
    6565
     
    6969                <?php _e( 'Want to see your name in lights on this page?' ); ?>
    7070                <br />
    71                 <a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
     71                <a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
    7272            </p>
    7373
Note: See TracChangeset for help on using the changeset viewer.