mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Docs: Correct @since
value for _wp_privacy_statuses()
.
Fix typo in `@since` entry for `WP_Privacy_Policy_Content:add()`. Props dimadin. Fixes #44915. Built from https://develop.svn.wordpress.org/trunk@43638 git-svn-id: http://core.svn.wordpress.org/trunk@43467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42b578ad94
commit
f7ba175491
@ -1322,7 +1322,7 @@ final class WP_Privacy_Policy_Content {
|
|||||||
*
|
*
|
||||||
* Intended for use from `wp_add_privacy_policy_content()`.
|
* Intended for use from `wp_add_privacy_policy_content()`.
|
||||||
*
|
*
|
||||||
* $since 4.9.6
|
* @since 4.9.6
|
||||||
*
|
*
|
||||||
* @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy.
|
* @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy.
|
||||||
* @param string $policy_text The suggested content for inclusion in the policy.
|
* @param string $policy_text The suggested content for inclusion in the policy.
|
||||||
|
@ -859,7 +859,7 @@ function get_page_statuses() {
|
|||||||
/**
|
/**
|
||||||
* Return statuses for privacy requests.
|
* Return statuses for privacy requests.
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 4.9.6
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43636';
|
$wp_version = '5.0-alpha-43638';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user