Commit 7b6e1303 authored by Jonathan Desrosiers's avatar Jonathan Desrosiers
Browse files

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: https://core.svn.wordpress.org/trunk@48439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 7bb53091
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
		 *
+2 −1
Original line number Diff line number Diff line
@@ -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
		 *
+1 −1
Original line number Diff line number Diff line
@@ -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.