I18N: Remove non-translatable link attributes from translatable strings in wp_plugin_update_row(), wp_theme_update_row(), and get_theme_update_available().

The resulting strings are much easier to translate.

See #36048.
Built from https://develop.svn.wordpress.org/trunk@38082


git-svn-id: http://core.svn.wordpress.org/trunk@38023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2016-07-17 21:03:31 +00:00
parent 2d19f94fac
commit fd2d9ef63b
3 changed files with 68 additions and 44 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta3-38081';
$wp_version = '4.6-beta3-38082';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.