Loading wp-admin/includes/class-plugin-installer-skin.php +2 −1 Original line number Diff line number Diff line Loading @@ -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 * Loading wp-admin/includes/class-theme-installer-skin.php +2 −1 Original line number Diff line number Diff line Loading @@ -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 * Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
wp-admin/includes/class-plugin-installer-skin.php +2 −1 Original line number Diff line number Diff line Loading @@ -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 * Loading
wp-admin/includes/class-theme-installer-skin.php +2 −1 Original line number Diff line number Diff line Loading @@ -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 * Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading