Fix a typo in a docblock

git-svn-id: https://develop.svn.wordpress.org/trunk@35586 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2015-11-09 03:37:08 +00:00
parent c13a263830
commit 13000b7036
1 changed files with 1 additions and 1 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 );