diff --git a/wp-includes/post.php b/wp-includes/post.php index 4eed68d539..be08ae39e4 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -6089,8 +6089,8 @@ function _prime_post_caches( $ids, $update_term_cache = true, $update_meta_cache * @since 4.5.0 * @access private * - * @param string $post_name Slug. - * @param string $post__not_in Optional. Post ID that should be ignored. Default 0. + * @param string $post_name Slug. + * @param string $post_ID Optional. Post ID that should be ignored. Default 0. */ function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post_ID = 0 ) { $trashed_posts_with_desired_slug = get_posts( array( diff --git a/wp-includes/version.php b/wp-includes/version.php index d0a77df373..aed3c33679 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36726'; +$wp_version = '4.5-beta1-36727'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.