mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@56327 git-svn-id: http://core.svn.wordpress.org/trunk@55839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6035d50bab
commit
29d0198455
@ -100,7 +100,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<div class="column">
|
||||
<h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
|
||||
<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>
|
||||
<p class="aligncenter"><a href="https://make.wordpress.org/contribute/" target="_blank"><?php _e( 'Find your team →' ); ?></a></p>
|
||||
<p class="aligncenter"><a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>" target="_blank"><?php _e( 'Find your team →' ); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -60,7 +60,7 @@ $credits = wp_credits();
|
||||
);
|
||||
?>
|
||||
<br />
|
||||
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||
<a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||
</p>
|
||||
|
||||
<?php else : ?>
|
||||
@ -68,7 +68,7 @@ $credits = wp_credits();
|
||||
<p>
|
||||
<?php _e( 'Want to see your name in lights on this page?' ); ?>
|
||||
<br />
|
||||
<a href="https://make.wordpress.org/contribute/"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||
<a href="<?php _e( 'https://make.wordpress.org/contribute/' ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
||||
</p>
|
||||
|
||||
<?php endif; ?>
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56326';
|
||||
$wp_version = '6.4-alpha-56327';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user