Make WordPress Core

Changeset 24975


Ignore:
Timestamp:
08/05/2013 09:38:24 PM (11 years ago)
Author:
nacin
Message:

Remove unused variable. props jeremyfelt. fixes #24959.

File:
1 edited

Legend:

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

    r24974 r24975  
    7676
    7777        $title = wptexturize( $item[0] );
    78         $aria_label = esc_attr( strip_tags( $item[0] ) ); // strip the comment/plugins/updates bubbles spans but keep the pending number if any
    7978
    8079        echo "\n\t<li$class$id>";
Note: See TracChangeset for help on using the changeset viewer.