Make WordPress Core

Ticket #55775: 55775.diff

File 55775.diff, 1.5 KB (added by ryelle, 19 months ago)
  • src/wp-admin/about.php

     
    255255
    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>
    261261                        </div>
     
    274274                                        printf(
    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                                        ?>
    280280                                </p>
     
    311311                                        printf(
    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                                        ?>
    317321                                </p>