Make WordPress Core


Ignore:
Timestamp:
02/26/2014 06:54:26 AM (11 years ago)
Author:
nacin
Message:

Decrement update count bubbles as plugins/themes are updated, live.

props gcorne, mitchoyoshitaka.
fixes #17703.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r27271 r27280  
    482482        ) );
    483483
     484        $scripts->add( 'updates', "/wp-admin/js/updates$suffix.js", array( 'jquery' ) );
     485
    484486        $scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' );
    485487
Note: See TracChangeset for help on using the changeset viewer.