Make the string WordPress translatable.

Props mnelson4.
See #43620.
Built from https://develop.svn.wordpress.org/trunk@42999


git-svn-id: http://core.svn.wordpress.org/trunk@42828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-04-24 21:23:21 +00:00
parent c1efc2519b
commit 11e315ca23
2 changed files with 2 additions and 2 deletions

View File

@ -1653,6 +1653,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 = '5.0-alpha-42998';
$wp_version = '5.0-alpha-42999';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.