diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 969abc7a58..f52902cc3a 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1541,7 +1541,7 @@ final class WP_Privacy_Policy_Content { * * @since 4.9.6 * - * @param $post WP_Post The currently edited post. + * @param WP_Post $post The currently edited post. */ public static function notice( $post ) { if ( ! ( $post instanceof WP_Post ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 930771bb6b..662b24be1c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.9-alpha-43614'; +$wp_version = '4.9.9-alpha-43615'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.