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:
parent
92636d716a
commit
9f379bb930
|
@ -116,7 +116,7 @@ class WP_Upgrader {
|
||||||
*
|
*
|
||||||
* @since 2.8.0
|
* @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.
|
* instance.
|
||||||
*/
|
*/
|
||||||
public function __construct( $skin = null ) {
|
public function __construct( $skin = null ) {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-47568';
|
$wp_version = '5.5-alpha-47570';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue