Changeset 53442
- Timestamp:
- 05/23/2022 11:51:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r53382 r53442 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> … … 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 ?> … … 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 ?>
Note: See TracChangeset
for help on using the changeset viewer.