Make WordPress Core


Ignore:
Timestamp:
08/25/2008 09:50:11 PM (16 years ago)
Author:
ryan
Message:

Notice fixes. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r8656 r8732  
    1010require_once('admin.php');
    1111
    12 wp_reset_vars(array('revision', 'left', 'right', 'action'));
     12wp_reset_vars(array('revision', 'left', 'right', 'diff', 'action'));
    1313$revision_id = absint($revision);
    1414$diff        = absint($diff);
Note: See TracChangeset for help on using the changeset viewer.