diff --git src/wp-admin/includes/misc.php src/wp-admin/includes/misc.php
index 0063fb4bd5..e0f767d63f 100644
|
|
final class WP_Privacy_Policy_Content { |
1322 | 1322 | * |
1323 | 1323 | * Intended for use from `wp_add_privacy_policy_content()`. |
1324 | 1324 | * |
1325 | | * $since 4.9.6 |
| 1325 | * @since 4.9.6 |
1326 | 1326 | * |
1327 | 1327 | * @param string $plugin_name The name of the plugin or theme that is suggesting content for the site's privacy policy. |
1328 | 1328 | * @param string $policy_text The suggested content for inclusion in the policy. |
diff --git src/wp-includes/post.php src/wp-includes/post.php
index 43426f5d2b..7feb284e85 100644
|
|
function get_page_statuses() { |
859 | 859 | /** |
860 | 860 | * Return statuses for privacy requests. |
861 | 861 | * |
862 | | * @since 5.0.0 |
| 862 | * @since 4.9.6 |
863 | 863 | * |
864 | 864 | * @return array |
865 | 865 | */ |