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
This commit is contained in:
Drew Jaynes
2015-10-18 23:12:25 +00:00
parent 579246ab4a
commit fd9bcf111d
2 changed files with 2 additions and 2 deletions

View File

@@ -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.