Changeset 43535 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/25/2018 08:56:39 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r43467 r43535 2472 2472 */ 2473 2473 do_action( 'wp_update_comment_count', $post_id, $new, $old ); 2474 2475 /** This action is documented in wp-includes/post.php */ 2476 do_action( "edit_post_{$post->post_type}", $post_id, $post ); 2477 2474 2478 /** This action is documented in wp-includes/post.php */ 2475 2479 do_action( 'edit_post', $post_id, $post );
Note: See TracChangeset
for help on using the changeset viewer.