Make WordPress Core


Ignore:
Timestamp:
05/07/2009 02:41:36 AM (17 years ago)
Author:
azaozz
Message:

Show Plugin Information thickbox title only when installing plugins, restore access to links on install plugins screens, some colors-fresh.css cleanup, fixes #9742

File:
1 edited

Legend:

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

    r11224 r11225  
    367367        ) );
    368368
    369         $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'thickbox', 'jquery' ), '20090102' );
     369        $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'thickbox', 'jquery' ), '20090506' );
    370370        $scripts->add_data( 'plugin-install', 'group', 1 );
    371371        $scripts->localize( 'plugin-install', 'plugininstallL10n', array(
Note: See TracChangeset for help on using the changeset viewer.