diff --git a/wp-includes/class-wp-oembed-controller.php b/wp-includes/class-wp-oembed-controller.php index 0db5340e01..409cf18888 100644 --- a/wp-includes/class-wp-oembed-controller.php +++ b/wp-includes/class-wp-oembed-controller.php @@ -67,12 +67,12 @@ final class WP_oEmbed_Controller { $post_id = url_to_postid( $request['url'] ); /** - * Filter the determined post id. + * Filter the determined post ID. * * @since 4.4.0 * * @param int $post_id The post ID. - * @param string $url The requestd URL. + * @param string $url The requested URL. */ $post_id = apply_filters( 'oembed_request_post_id', $post_id, $request['url'] ); diff --git a/wp-includes/version.php b/wp-includes/version.php index d81de0b7a8..7ea431c912 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35469'; +$wp_version = '4.4-beta2-35470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.