Make WordPress Core


Ignore:
Timestamp:
04/27/2010 01:05:58 AM (14 years ago)
Author:
ryan
Message:

New menu UI. Props filosofo. see #12713

File:
1 edited

Legend:

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

    r14247 r14248  
    21912191    $where = array( 'ID' => $post_ID );
    21922192
    2193     if ($update) {
     2193    if ( $update ) {
    21942194        do_action( 'pre_post_update', $post_ID );
    21952195        if ( false === $wpdb->update( $wpdb->posts, $data, $where ) ) {
     
    22662266    wp_transition_post_status($data['post_status'], $previous_status, $post);
    22672267
    2268     if ( $update)
     2268    if ( $update )
    22692269        do_action('edit_post', $post_ID, $post);
    22702270
Note: See TracChangeset for help on using the changeset viewer.