Fix typo in 'wp_get_default_privacy_policy_content' filter.
Props claudiu. See #43620. git-svn-id: https://develop.svn.wordpress.org/trunk@42985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b7ab3c7064
commit
7eb3daf562
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue