Changeset 24977
- Timestamp:
- 08/05/2013 09:41:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r24830 r24977 2970 2970 2971 2971 do_action( 'edit_post', $post->ID, $post ); 2972 do_action( 'save_post', $post->ID, $post );2973 do_action( 'wp_insert_post', $post->ID, $post );2972 do_action( 'save_post', $post->ID, $post, true ); 2973 do_action( 'wp_insert_post', $post->ID, $post, true ); 2974 2974 } 2975 2975
Note: See TracChangeset
for help on using the changeset viewer.