Changeset 6938
- Timestamp:
- 02/20/08 16:46:44 (6 months ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r6910 r6938 1251 1251 1252 1252 if ($update) { 1253 do_action( 'pre_post_update', $post_ID ); 1253 1254 $wpdb->update( $wpdb->posts, $data, $where ); 1254 1255 } else {
