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 781a800c26..3e0185a9fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43706'; +$wp_version = '5.0-alpha-43709'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.