Make WordPress Core


Ignore:
Timestamp:
04/30/2018 03:18:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Move "Get involved" link on Credits screen to the top of the page for better visibility.

Props bridgetwillard, desrosj.
Merges [43032] to the 4.9 branch.
See #23348.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r42158 r43033  
    5353echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n";
    5454
     55echo '<p>' . sprintf(
     56    /* translators: %s: https://make.wordpress.org/ */
     57    __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
     58    __( 'https://make.wordpress.org/' )
     59) . '</p>';
     60
    5561foreach ( $credits['groups'] as $group_slug => $group_data ) {
    5662    if ( $group_data['name'] ) {
     
    102108
    103109?>
    104 <p class="clear"><?php
    105     /* translators: %s: https://make.wordpress.org/ */
    106     printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
    107         __( 'https://make.wordpress.org/' )
    108     );
    109 ?></p>
    110 
    111110</div>
    112111</div>
Note: See TracChangeset for help on using the changeset viewer.