Docs: Fix typo in wp_parse_url() and _get_component_from_parsed_url_array() docblocks.

Props naomicbush.
Fixes #40190.
Built from https://develop.svn.wordpress.org/trunk@40299


git-svn-id: http://core.svn.wordpress.org/trunk@40206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-03-17 19:02:40 +00:00
parent c1030f3b94
commit 9f4bbcdb78
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40298';
$wp_version = '4.8-alpha-40299';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.