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:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user