Make WordPress Core


Ignore:
Timestamp:
12/23/2009 09:15:13 AM (16 years ago)
Author:
westi
Message:

Improve the revision comparison user interface to hilight that we compare "old on left" to "new on right". Includes some js to hide the radio buttons to stop you selecting reverse comparisions.
Fixes #11088 props filosofo.

File:
1 edited

Legend:

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

    r12496 r12500  
    374374        $scripts->add_data( 'hoverIntent', 'group', 1 );
    375375
     376        $scripts->add( 'list-revisions', "/wp-includes/js/wp-list-revisions$suffix.js", null, '20091223' );
     377
    376378        $scripts->add( 'media', "/wp-admin/js/media$suffix.js", array( 'jquery-ui-draggable' ), '20090415' );
    377379        $scripts->add_data( 'media', 'group', 1 );
Note: See TracChangeset for help on using the changeset viewer.