Make WordPress Core


Ignore:
Timestamp:
01/18/2007 03:32:54 AM (18 years ago)
Author:
ryan
Message:

Autosave fixes from mdawaffe. fixes #3601

File:
1 edited

Legend:

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

    r4700 r4760  
    221221    $x->send();
    222222    break;
    223 case 'autosave' :
     223case 'autosave' : // The name of this action is hardcoded in edit_post()
    224224    $_POST['post_content'] = $_POST['content'];
    225225    $_POST['post_excerpt'] = $_POST['excerpt'];
Note: See TracChangeset for help on using the changeset viewer.