Make WordPress Core

Changeset 17219


Ignore:
Timestamp:
01/04/2011 07:09:20 PM (15 years ago)
Author:
nacin
Message:

Use correct variable. props SergeyBiryukov, TobiasBg, fixes #16063.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r17217 r17219  
    5656
    5757if ( ! is_multisite() ) {
    58     $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$total_update_count' title='$total_update_title'><span class='update-count'>" . number_format_i18n($total_update_count) . "</span></span>" ), 'update_core',  'update-core.php');
     58    $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$total_update_count' title='$update_title'><span class='update-count'>" . number_format_i18n($total_update_count) . "</span></span>" ), 'update_core',  'update-core.php');
    5959}
    6060
Note: See TracChangeset for help on using the changeset viewer.