diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index cf20226499..c1bf6e7aee 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -241,6 +241,11 @@ function core_upgrade_preamble() { dismissed_updates(); } +/** + * Display the upgrade plugins form. + * + * @since 2.7.0 + */ function list_plugin_updates() { $wp_version = get_bloginfo( 'version' ); $cur_wp_version = preg_replace( '/-.*$/', '', $wp_version ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 66b723ab14..41a0bed147 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45479'; +$wp_version = '5.3-alpha-45480'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.