Docs: Add @access entries for Bulk_Upgrader_Skin::before() and ::after().

Props rushabh4486.
Fixes #41384.
Built from https://develop.svn.wordpress.org/trunk@41106


git-svn-id: http://core.svn.wordpress.org/trunk@40946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-20 13:25:42 +00:00
parent 54b8dafd62
commit f8155cedb2
2 changed files with 3 additions and 1 deletions

View File

@ -125,6 +125,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string $title
*/
@ -138,6 +139,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string $title
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41105';
$wp_version = '4.9-alpha-41106';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.