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:
Andrew Ozz 2018-04-17 21:08:38 +00:00
parent b7ab3c7064
commit 7eb3daf562
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
/**