mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-24 00:11:41 +01:00
Docs: Add @access
entry for Automatic_Upgrader_Skin::feedback()
.
Props akbarhusen. Fixes #41365. Built from https://develop.svn.wordpress.org/trunk@41091 git-svn-id: http://core.svn.wordpress.org/trunk@40931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
793dd51f88
commit
9ed31682db
@ -59,6 +59,8 @@ class Automatic_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
|
*
|
||||||
* @param string|array|WP_Error $data
|
* @param string|array|WP_Error $data
|
||||||
*/
|
*/
|
||||||
public function feedback( $data ) {
|
public function feedback( $data ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41090';
|
$wp_version = '4.9-alpha-41091';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user