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:
parent
545124ffb3
commit
2103984c02
|
@ -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 );
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue