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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user