diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 4cdc9384a9..8ece4ea91f 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1203,7 +1203,7 @@ function get_preview_post_link( $post = null, $query_args = array(), $preview_li * Filter the URL used for a post preview. * * @since 2.0.5 - * @since 4.4.0 $post parameter was added. + * @since 4.0.0 Added the `$post` parameter. * * @param string $preview_link URL used for the post preview. * @param WP_Post $post Post object. diff --git a/wp-includes/version.php b/wp-includes/version.php index ca6127c85d..861e69d7fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34362'; +$wp_version = '4.4-alpha-34363'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.