Docs: Fix typo in WP_Upgrader::__construct() DocBlock.
Props mattrad. Fixes #49856. Built from https://develop.svn.wordpress.org/trunk@47570 git-svn-id: http://core.svn.wordpress.org/trunk@47345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -116,7 +116,7 @@ class WP_Upgrader {
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param WP_Upgrader_Skin $skin The upgrader skin to use. Default is a WP_Upgrader_Skin.
|
||||
* @param WP_Upgrader_Skin $skin The upgrader skin to use. Default is a WP_Upgrader_Skin
|
||||
* instance.
|
||||
*/
|
||||
public function __construct( $skin = null ) {
|
||||
|
||||
Reference in New Issue
Block a user