I18N: Make URLs to https://wordpress.org/about/ and related pages translatable, as they can now be localized on Rosetta sites.

Props mukesh27.
Fixes #46386.
Built from https://develop.svn.wordpress.org/trunk@45659


git-svn-id: http://core.svn.wordpress.org/trunk@45470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-07-18 12:41:57 +00:00
parent 22412b1d97
commit 1c331e8931
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45658';
$wp_version = '5.3-alpha-45659';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.