Changeset 6938

Show
Ignore:
Timestamp:
02/20/08 16:46:44 (6 months ago)
Author:
ryan
Message:

pre_post_update action from tellyworth. fixes #5815

Files:

Legend:

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

    r6910 r6938  
    12511251 
    12521252    if ($update) { 
     1253        do_action( 'pre_post_update', $post_ID ); 
    12531254        $wpdb->update( $wpdb->posts, $data, $where ); 
    12541255    } else {