diff --git a/wp-includes/query.php b/wp-includes/query.php index 168e548da8..7df90a963e 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -880,7 +880,7 @@ function wp_old_slug_redirect() { * * @since 4.9.3 * - * @param string $id The redirect post ID. + * @param int $id The redirect post ID. */ $id = apply_filters( 'old_slug_redirect_post_id', $id ); @@ -962,7 +962,6 @@ function _find_post_by_old_slug( $post_type ) { * @param string $post_type The current post type based on the query vars. * @return int $id The Post ID. */ - function _find_post_by_old_date( $post_type ) { global $wpdb; diff --git a/wp-includes/version.php b/wp-includes/version.php index ab0f4e24bf..a2f992382e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.5'; +$wp_version = '4.9.6-alpha-43026'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.