Changeset 43617 for branches/4.9/src/wp-includes/comment.php
- Timestamp:
- 09/03/2018 09:11:38 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43535,43616
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/comment.php
r43468 r43617 2404 2404 */ 2405 2405 do_action( 'wp_update_comment_count', $post_id, $new, $old ); 2406 2407 /** This action is documented in wp-includes/post.php */ 2408 do_action( "edit_post_{$post->post_type}", $post_id, $post ); 2409 2406 2410 /** This action is documented in wp-includes/post.php */ 2407 2411 do_action( 'edit_post', $post_id, $post );
Note: See TracChangeset
for help on using the changeset viewer.