[wp-trac] [WordPress Trac] #47848: Make it easier to find what version of WordPress you are running
WordPress Trac
noreply at wordpress.org
Tue Nov 2 19:42:10 UTC 2021
#47848: Make it easier to find what version of WordPress you are running
------------------------------+-----------------------
Reporter: karmatosed | Owner: marybaum
Type: enhancement | Status: reopened
Priority: normal | Milestone: 5.9
Component: Help/About | Version:
Severity: normal | Resolution:
Keywords: has-patch commit | Focuses:
------------------------------+-----------------------
Changes (by SergeyBiryukov):
* status: closed => reopened
* resolution: fixed =>
Comment:
The changelog URL is translatable in a few other places in core:
{{{
$version_url = sprintf(
/* translators: %s: WordPress version. */
esc_url( __( 'https://wordpress.org/support/wordpress-
version/version-%s/' ) ),
sanitize_title( $wp_version )
);
}}}
Some locales do translate it, at least partially, see the one in
[https://ja.wordpress.org/support/wordpress-version/version-5-8/
Japanese], for example.
I think we'd want to do the same here. [attachment:47848.diff] does that
and simplifies the logic a bit.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47848#comment:29>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list