diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 0063fb4bd5..e0f767d63f 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1322,7 +1322,7 @@ final class WP_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 $policy_text The suggested content for inclusion in the policy. diff --git a/wp-includes/post.php b/wp-includes/post.php index 43426f5d2b..7feb284e85 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -859,7 +859,7 @@ function get_page_statuses() { /** * Return statuses for privacy requests. * - * @since 5.0.0 + * @since 4.9.6 * * @return array */ diff --git a/wp-includes/version.php b/wp-includes/version.php index d5b6b1f5ee..65a122b3c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.