Fix typo in 'wp_get_default_privacy_policy_content' filter.

Props claudiu.
Merges [42985] to the 4.9 branch.
See #43620.
Built from https://develop.svn.wordpress.org/branches/4.9@43112


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-02 03:52:26 +00:00
parent c60aa91d76
commit 7aab5bc693
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-alpha-43111';
$wp_version = '4.9.6-alpha-43112';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.