Make WordPress Core


Ignore:
Timestamp:
07/12/2013 05:11:56 AM (13 years ago)
Author:
markjaquith
Message:

Revisions: Loading indicator, cleanup, bug fixes.

  • Loading indicator when the user is waiting for a trip to the server.
  • Bug fixes for diff priming.
  • Fix the date display.
  • Forget about local comparator, instead order by modified on the server.
  • Initialize the frame model before the view (this was the source of a LOT of heartache).
File:
1 edited

Legend:

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

    r24651 r24667  
    20932093    require ABSPATH . 'wp-admin/includes/revision.php';
    20942094
    2095     // check_ajax_referer( 'revisions-ajax-nonce', 'nonce' );
    2096 
    20972095    if ( ! $post = get_post( (int) $_REQUEST['post_id'] ) )
    20982096        wp_send_json_error();
Note: See TracChangeset for help on using the changeset viewer.