Ticket #55775: 55775.diff
File 55775.diff, 1.5 KB (added by , 19 months ago) |
---|
-
src/wp-admin/about.php
255 255 256 256 <div class="about__section has-2-columns is-wider-right"> 257 257 <div class="column about__image is-vertically-aligned-top"> 258 <a href=" #">258 <a href="https://www.youtube.com/watch?v=oe452WcY7fA"> 259 259 <img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" /> 260 260 </a> 261 261 </div> … … 274 274 printf( 275 275 /* translators: %s: 6.0 overview video link. */ 276 276 __( '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' 278 278 ); 279 279 ?> 280 280 </p> … … 311 311 printf( 312 312 /* translators: %s: WordPress 6.0 Release Notes link. */ 313 313 __( '<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 ) 315 319 ); 316 320 ?> 317 321 </p>