]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/menu.php
WordPress 4.7.2
[autoinstalls/wordpress.git] / wp-admin / menu.php
index f85ebd3ab6dd65ed777a04dd32b8cd3b74101044..2fd146bd1af54e307b2f44fc263688f259324bbf 100644 (file)
@@ -38,7 +38,7 @@ if ( ! is_multisite() ) {
                $cap = 'update_plugins';
        else
                $cap = 'update_themes';
-       $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-{$update_data['counts']['total']}' title='{$update_data['title']}'><span class='update-count'>" . number_format_i18n($update_data['counts']['total']) . "</span></span>" ), $cap, 'update-core.php');
+       $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-{$update_data['counts']['total']}'><span class='update-count'>" . number_format_i18n($update_data['counts']['total']) . "</span></span>" ), $cap, 'update-core.php');
        unset( $cap );
 }
 
@@ -265,7 +265,7 @@ $_wp_real_parent_file['page-new.php'] = 'edit.php?post_type=page';
 $_wp_real_parent_file['wpmu-admin.php'] = 'tools.php';
 $_wp_real_parent_file['ms-admin.php'] = 'tools.php';
 
-// ensure we're backwards compatible
+// Ensure backward compatibility.
 $compat = array(
        'index' => 'dashboard',
        'edit' => 'posts',