Upgrade/Install: Clarify the descriptions for install_(plugin|theme)_overwrite_actions.

See #9757.
Built from https://develop.svn.wordpress.org/trunk@48677


git-svn-id: http://core.svn.wordpress.org/trunk@48439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-07-28 18:16:07 +00:00
parent 1aa48c68f5
commit 6209a40fd9
3 changed files with 5 additions and 3 deletions

View File

@ -325,7 +325,8 @@ class Plugin_Installer_Skin extends WP_Upgrader_Skin {
);
/**
* Filters the list of action links available following a single plugin installation failed but overwrite is allowed.
* Filters the list of action links available following a single plugin installation
* failure when overwriting is allowed.
*
* @since 5.5.0
*

View File

@ -358,7 +358,8 @@ class Theme_Installer_Skin extends WP_Upgrader_Skin {
);
/**
* Filters the list of action links available following a single theme installation failed but overwrite is allowed.
* Filters the list of action links available following a single theme installation
* failure when overwriting is allowed.
*
* @since 5.5.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-beta4-48676';
$wp_version = '5.5-beta4-48677';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.