Make WordPress Core


Ignore:
Timestamp:
07/13/2021 04:17:05 PM (5 years ago)
Author:
ryelle
Message:

Help/About: Update the About section for 5.8.

Update the image links to use the CDN. Use regular text color for headings. Fix two string issues. Remove unnecessary wp-components script & style.
Use a larger image for theme.json on retina screens, and update the spacing of sections on the page.

Props nao, audrasjb, karmatosed, desrosj, javiarce, milana_cap.
Merges [51413] and [51418] to the 5.8 branch.
See #52775.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

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

    r51360 r51420  
    5353                ?>
    5454                <br />
    55                 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
     55                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
    5656            </p>
    5757
     
    6161                <?php _e( 'Want to see your name in lights on this page?' ); ?>
    6262                <br />
    63                 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>.
     63                <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress.' ); ?></a>
    6464            </p>
    6565
Note: See TracChangeset for help on using the changeset viewer.