mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
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:
parent
0896655aea
commit
eba98dc78d
@ -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 );
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user