Make the string `WordPress` translatable.
Props mnelson4. See #43620. git-svn-id: https://develop.svn.wordpress.org/trunk@42999 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f3150c77c5
commit
84251cc161
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue