mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Docs: Add @access
entries for feedback()
and error()
methods in WP_Upgrader_Skin
, Bulk_Upgrader_Skin
, and Language_Pack_Upgrader_Skin
.
See #41365. Built from https://develop.svn.wordpress.org/trunk@41101 git-svn-id: http://core.svn.wordpress.org/trunk@40941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5734818e35
commit
27c38e9b6f
@ -48,6 +48,8 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
|
*
|
||||||
* @param string $string
|
* @param string $string
|
||||||
*/
|
*/
|
||||||
public function feedback($string) {
|
public function feedback($string) {
|
||||||
@ -86,6 +88,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
*
|
*
|
||||||
* @param string|WP_Error $error
|
* @param string|WP_Error $error
|
||||||
*/
|
*/
|
||||||
|
@ -48,6 +48,7 @@ class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
*
|
*
|
||||||
* @param string|WP_Error $error
|
* @param string|WP_Error $error
|
||||||
*/
|
*/
|
||||||
|
@ -119,6 +119,7 @@ class WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
*
|
*
|
||||||
* @param string|WP_Error $errors
|
* @param string|WP_Error $errors
|
||||||
*/
|
*/
|
||||||
@ -138,6 +139,7 @@ class WP_Upgrader_Skin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @access public
|
||||||
*
|
*
|
||||||
* @param string $string
|
* @param string $string
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41100';
|
$wp_version = '4.9-alpha-41101';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user