mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 06:55:28 +00:00
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:
parent
c1efc2519b
commit
11e315ca23
@ -1653,6 +1653,6 @@ final class WP_Privacy_Policy_Content {
|
|||||||
*/
|
*/
|
||||||
public static function add_suggested_content() {
|
public static function add_suggested_content() {
|
||||||
$content = self::get_default_content();
|
$content = self::get_default_content();
|
||||||
wp_add_privacy_policy_content( 'WordPress', $content );
|
wp_add_privacy_policy_content( __( 'WordPress' ), $content );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user