Help/About: WordPress 5.5 About Page.
Speed. Search. Security. This is the start of the WordPress 5.5 about page. Fixes #50416. Props ryelle, marybaum, estelaris, yvettesonneveld, michelebutcher-jones, metalandcoffee, melchoyce, marktimemedia, abhanonstopnewsuk, elmastudio, davidbaumwald, audrasjb, afercia, cbringmann, andreamiddleton, desrosj, earnjam, SergeyBiryukov, whyisjake, elrae. Built from https://develop.svn.wordpress.org/trunk@48675 git-svn-id: http://core.svn.wordpress.org/trunk@48437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -21,6 +21,10 @@ $credits = wp_credits();
|
||||
<div class="wrap about__container">
|
||||
|
||||
<div class="about__header">
|
||||
<div class="about__header-text">
|
||||
<?php _e( 'Speed. Search. Security.' ); ?>
|
||||
</div>
|
||||
|
||||
<div class="about__header-title">
|
||||
<p>
|
||||
<?php _e( 'WordPress' ); ?>
|
||||
@@ -28,12 +32,6 @@ $credits = wp_credits();
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="about__header-text">
|
||||
<p>
|
||||
<?php _e( 'Building more with blocks, faster and easier.' ); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
||||
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
||||
|
||||
Reference in New Issue
Block a user