[wp-trac] [WordPress Trac] #55775: About page: Add links to release notes and video.

WordPress Trac noreply at wordpress.org
Fri May 20 09:35:46 UTC 2022


#55775: About page: Add links to release notes and video.
---------------------------+---------------------
 Reporter:  peterwilsoncc  |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  6.0
Component:  Help/About     |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:
---------------------------+---------------------

Old description:

> The WordPress 6.0 about page has two placeholder links that need to be
> filled.
>
> * 6.0 overview video link
> * 6.0 release notes
>
> To avoid breaking string freeze, the latter should be added in the form
> {{{#!php
> <?php
> sprintf(
>         /* translators: %s: WordPress version. */
>         esc_url( __( 'https://wordpress.org/support/wordpress-
> version/version-%s/' ) ),
>         sanitize_title( '6.0' )
> )
>
> }}}

New description:

 The WordPress 6.0 about page has two placeholder links that need to be
 filled.

 * 6.0 overview video link
 * 6.0 release notes

 To avoid breaking string freeze, the latter should be added in the form
 {{{#!php
 <?php
 sprintf(
         /* translators: %s: WordPress version. */
         esc_url( __( 'https://wordpress.org/support/wordpress-
 version/version-%s/' ) ),
         '6-0'
 )

 }}}

--

Comment (by mukesh27):

 As discussed on GIT let me update the ticket description.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55775#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list