Make WordPress Core


Ignore:
Timestamp:
07/06/2021 06:37:16 PM (4 years ago)
Author:
ryelle
Message:

Help/About: Update the About section for 5.8.

Add the images for About, Freedoms, and Privacy. Update the styles on all About section pages to match the About page style. Fix string issues, missing link wrapper, duplicate copy.

Props chanthaboune, kellychoffman, javiarce, ryokuhi, alanjacobmathew, desrosj.
See #52775.

File:
1 edited

Legend:

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

    r51264 r51356  
    4040    </div>
    4141
    42     <div class="about__section is-feature">
     42    <div class="about__section has-1-column">
    4343        <div class="column aligncenter">
    4444            <?php if ( ! $credits ) : ?>
     
    4747                <?php
    4848                printf(
    49                     /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */
    50                     __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
    51                     __( 'https://wordpress.org/about/' ),
    52                     __( 'https://make.wordpress.org/' )
     49                    /* translators: 1: https://wordpress.org/about/ */
     50                    __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ),
     51                    __( 'https://wordpress.org/about/' )
    5352                );
    5453                ?>
     54                <br />
     55                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
    5556            </p>
    5657
     
    5859
    5960            <p>
    60                 <?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?>
    61             </p>
    62             <p>
    63                 <?php
    64                 printf(
    65                     /* translators: %s: https://make.wordpress.org/ */
    66                     __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
    67                     __( 'https://make.wordpress.org/' )
    68                 );
    69                 ?>
     61                <?php _e( 'Want to see your name in lights on this page?' ); ?>
     62                <br />
     63                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
    7064            </p>
    7165
Note: See TracChangeset for help on using the changeset viewer.