Make WordPress Core

Changeset 53442


Ignore:
Timestamp:
05/23/2022 11:51:30 PM (3 years ago)
Author:
peterwilsoncc
Message:

Help/About: Finalise links on about page.

Wrap up about page for 6.0 release.

Props ryelle, mukesh27, hellofromTonya, SergeyBiryukov, peterwilsoncc.
Fixes #55775.

File:
1 edited

Legend:

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

    r53382 r53442  
    256256        <div class="about__section has-2-columns is-wider-right">
    257257            <div class="column about__image is-vertically-aligned-top">
    258                 <a href="#">
     258                <a href="https://www.youtube.com/watch?v=oe452WcY7fA">
    259259                    <img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
    260260                </a>
     
    275275                        /* translators: %s: 6.0 overview video link. */
    276276                        __( 'See WordPress 6.0 in action! <a href="%s">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.' ),
    277                         '#'
     277                        'https://www.youtube.com/watch?v=oe452WcY7fA'
    278278                    );
    279279                    ?>
     
    312312                        /* translators: %s: WordPress 6.0 Release Notes link. */
    313313                        __( '<a href="%s">Read the WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ),
    314                         '#'
     314                        sprintf(
     315                            /* translators: %s: WordPress version. */
     316                            esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     317                            '6-0'
     318                        )
    315319                    );
    316320                    ?>
Note: See TracChangeset for help on using the changeset viewer.