mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
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:
@@ -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