mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-29 12:37:57 +01:00
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:
parent
c60aa91d76
commit
7aab5bc693
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user