Docs: Update the hook docs for `update_bulk_theme_complete_actions`.

See #42505

Built from https://develop.svn.wordpress.org/trunk@42677


git-svn-id: http://core.svn.wordpress.org/trunk@42505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2018-02-09 16:22:45 +00:00
parent 332b9844a9
commit 823cac40df
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
* @see Bulk_Upgrader_Skin
*/
class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
public $theme_info = array(); // Theme_Upgrader::bulk() will fill this in.
public $theme_info = array(); // Theme_Upgrader::bulk_upgrade() will fill this in.
public function add_strings() {
parent::add_strings();
@ -55,8 +55,8 @@ class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
*
* @since 3.0.0
*
* @param array $update_actions Array of theme action links.
* @param array $theme_info Array of information for the last-updated theme.
* @param array $update_actions Array of theme action links.
* @param WP_Theme $theme_info Theme object for the last-updated theme.
*/
$update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );

View File

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