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:
Andrew Ozz
2018-04-17 21:09:20 +00:00
parent acd3f4cb10
commit 8d9e4937f8
2 changed files with 2 additions and 2 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 );
}
/**