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:
parent
c13a263830
commit
13000b7036
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue