[wp-trac] [WordPress Trac] #55775: About page: Add links to release notes and video.
WordPress Trac
noreply at wordpress.org
Thu May 19 05:11:00 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 | Keywords:
Focuses: |
---------------------------+--------------------
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' )
)
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55775>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list