Fix a typo in a docblock

Built from https://develop.svn.wordpress.org/trunk@35586


git-svn-id: http://core.svn.wordpress.org/trunk@35550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2015-11-09 03:38:26 +00:00
parent 545124ffb3
commit 2103984c02
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ class WP_Upgrader {
* @since 2.8.0
*
* @param string $source File source location.
* @param string $remote_source Remove file source location.
* @param string $remote_source Remote file source location.
* @param WP_Upgrader $this WP_Upgrader instance.
*/
$source = apply_filters( 'upgrader_source_selection', $source, $remote_source, $this );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta3-35585';
$wp_version = '4.4-beta3-35586';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.