Make the string WordPress translatable.

Props mnelson4.
Merges [42999] to the 4.9 branch.
See #43620.
Built from https://develop.svn.wordpress.org/branches/4.9@43114


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-02 03:55:24 +00:00
parent 0896655aea
commit eba98dc78d
2 changed files with 2 additions and 2 deletions

View File

@ -1604,6 +1604,6 @@ final class WP_Privacy_Policy_Content {
*/
public static function add_suggested_content() {
$content = self::get_default_content();
wp_add_privacy_policy_content( 'WordPress', $content );
wp_add_privacy_policy_content( __( 'WordPress' ), $content );
}
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-alpha-43113';
$wp_version = '4.9.6-alpha-43114';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.