Docs: Add @access entries for before() and after() methods in Bulk_Plugin_Upgrader_Skin and Bulk_Theme_Upgrader_Skin.

See #41365.
Built from https://develop.svn.wordpress.org/trunk@41103


git-svn-id: http://core.svn.wordpress.org/trunk@40943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-20 12:09:43 +00:00
parent 90372258a0
commit 47bf429c0b
3 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@ class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin {
} }
/** /**
* @access public
* *
* @param string $title * @param string $title
*/ */
@ -32,6 +33,7 @@ class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin {
} }
/** /**
* @access public
* *
* @param string $title * @param string $title
*/ */

View File

@ -24,6 +24,7 @@ class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
} }
/** /**
* @access public
* *
* @param string $title * @param string $title
*/ */
@ -32,6 +33,7 @@ class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
} }
/** /**
* @access public
* *
* @param string $title * @param string $title
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-alpha-41102'; $wp_version = '4.9-alpha-41103';
/** /**
* 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.