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:
parent
acd3f4cb10
commit
8d9e4937f8
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42984';
|
||||
$wp_version = '5.0-alpha-42985';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue