Make WordPress Core


Ignore:
Timestamp:
07/10/2013 04:37:50 AM (11 years ago)
Author:
markjaquith
Message:

Revisions: Get rid of an unneccessary ID. IDs are a bad idea.

See #24425.

File:
1 edited

Legend:

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

    r24604 r24629  
    177177            </div>
    178178
    179             <input type="button" id="restore-revision" class="button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" />
     179            <input type="button" class="restore-revision button button-primary" data-restore-link="{{{ data.restoreLink }}}" value="<?php esc_attr_e( 'Restore This Revision' )?>" />
    180180        </div>
    181181    </div>
Note: See TracChangeset for help on using the changeset viewer.