Fix typo in 'wp_get_default_privacy_policy_content' filter.
Props claudiu. See #43620. Built from https://develop.svn.wordpress.org/trunk@42985 git-svn-id: http://core.svn.wordpress.org/trunk@42814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1623,7 +1623,7 @@ final class WP_Privacy_Policy_Content {
|
||||
*
|
||||
* @param $content string The defauld policy content.
|
||||
*/
|
||||
return apply_filters( 'wp_get_default_privcy_policy_content', $content );
|
||||
return apply_filters( 'wp_get_default_privacy_policy_content', $content );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user