Ticket #47424: 47424.2.diff
File 47424.2.diff, 522 bytes (added by , 5 years ago) |
---|
-
wp-admin/update-core.php
diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index cf20226499..ebf9ea43f4 100644
a b function core_upgrade_preamble() { 241 241 dismissed_updates(); 242 242 } 243 243 244 /** 245 * Display upgrade WordPress Plugins notice for downloading latest or upgrading automatically. 246 * 247 * @since 2.9.0 248 * 249 */ 244 250 function list_plugin_updates() { 245 251 $wp_version = get_bloginfo( 'version' ); 246 252 $cur_wp_version = preg_replace( '/-.*$/', '', $wp_version );