diff --git a/wp-includes/class-wp-oembed-controller.php b/wp-includes/class-wp-oembed-controller.php index 409cf18888..dbb4e3e91b 100644 --- a/wp-includes/class-wp-oembed-controller.php +++ b/wp-includes/class-wp-oembed-controller.php @@ -31,7 +31,7 @@ final class WP_oEmbed_Controller { */ $maxwidth = apply_filters( 'oembed_default_width', 600 ); - register_rest_route( 'oembed/1.0/', '/embed', array( + register_rest_route( 'oembed/1.0', '/embed', array( array( 'methods' => WP_REST_Server::READABLE, 'callback' => array( $this, 'get_item' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index bfd8aa109d..bd15923704 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35655'; +$wp_version = '4.4-beta4-35656'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.