Skip to content

Commit 13bd954

Browse files
Docs: Correct @since value for _wp_privacy_statuses().
Fix typo in `@since` entry for `WP_Privacy_Policy_Content:add()`. Props dimadin. Merges [43638] to the 4.9 branch. Fixes #44915. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43639 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e44849e commit 13bd954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-admin/includes/misc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ private function __construct() {}
12711271
*
12721272
* Intended for use from `wp_add_privacy_policy_content()`.
12731273
*
1274-
* $since 4.9.6
1274+
* @since 4.9.6
12751275
*
12761276
* @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy.
12771277
* @param string $policy_text The suggested content for inclusion in the policy.

src/wp-includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ function get_page_statuses() {
775775
/**
776776
* Return statuses for privacy requests.
777777
*
778-
* @since 5.0.0
778+
* @since 4.9.6
779779
*
780780
* @return array
781781
*/

0 commit comments

Comments
 (0)