Make WordPress Core


Ignore:
Timestamp:
07/09/2013 07:55:50 AM (11 years ago)
Author:
koopersmith
Message:

Revisions: Reduce points where IDs are cast in JS. See #24425.

File:
1 edited

Legend:

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

    r24578 r24605  
    102102        'nonce'            => wp_create_nonce( 'revisions-ajax-nonce' ),
    103103        'revisionData'     => array_values( $revisions ),
    104         'selectedRevision' => $selected_revision_id,
     104        'selectedRevision' => (int) $selected_revision_id,
    105105    );
    106106}
Note: See TracChangeset for help on using the changeset viewer.