Make WordPress Core


Ignore:
Timestamp:
12/23/2009 09:15:13 AM (15 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-admin/revision.php

    r11380 r12500  
    99/** WordPress Administration Bootstrap */
    1010require_once('admin.php');
     11
     12wp_enqueue_script('list-revisions');
    1113
    1214wp_reset_vars(array('revision', 'left', 'right', 'diff', 'action'));
Note: See TracChangeset for help on using the changeset viewer.