From fd9bcf111dcbb463df7245f20a024dcf27f95f4a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 18 Oct 2015 23:12:25 +0000 Subject: [PATCH] Docs: Fix a typo in the `$blog_id` parameter name in the `rest_url` filter doc. Props rachelbaker. Fixes #34351. Built from https://develop.svn.wordpress.org/trunk@35266 git-svn-id: http://core.svn.wordpress.org/trunk@35232 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rest-api/rest-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/rest-functions.php b/wp-includes/rest-api/rest-functions.php index e13814eef7..c4473679f4 100644 --- a/wp-includes/rest-api/rest-functions.php +++ b/wp-includes/rest-api/rest-functions.php @@ -263,7 +263,7 @@ function get_rest_url( $blog_id = null, $path = '/', $scheme = 'json' ) { * * @param string $url REST URL. * @param string $path REST route. - * @param int $blod_ig Blog ID. + * @param int $blog_id Blog ID. * @param string $scheme Sanitization scheme. */ return apply_filters( 'rest_url', $url, $path, $blog_id, $scheme ); diff --git a/wp-includes/version.php b/wp-includes/version.php index b8b5b9675b..0d2a08d698 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35265'; +$wp_version = '4.4-alpha-35266'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.