Make WordPress Core

Ticket #47424: 47424.2.diff

File 47424.2.diff, 522 bytes (added by mukesh27, 5 years ago)

Updated patch.

  • 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() { 
    241241        dismissed_updates();
    242242}
    243243
     244/**
     245 * Display upgrade WordPress Plugins notice for downloading latest or upgrading automatically.
     246 *
     247 * @since 2.9.0
     248 *
     249 */
    244250function list_plugin_updates() {
    245251        $wp_version     = get_bloginfo( 'version' );
    246252        $cur_wp_version = preg_replace( '/-.*$/', '', $wp_version );