Show
Ignore:
Timestamp:
05/29/08 22:21:36 (6 months ago)
Author:
ryan
Message:

Post revisions API cleanup from mdawaffe. see #6775

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/default-filters.php

    r7970 r8011  
    180180add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); 
    181181add_action( 'shutdown', 'wp_ob_end_flush_all', 1); 
    182 add_action( 'pre_post_update', 'wp_save_revision' ); 
     182add_action( 'pre_post_update', 'wp_save_post_revision' ); 
    183183add_action('publish_post', '_publish_post_hook', 5, 1); 
    184184add_action('future_post', '_future_post_hook', 5, 2);