Make WordPress Core


Ignore:
Timestamp:
10/11/2018 04:17:00 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Posts, Post Types: Revert [43617] from the 4.9 branch.

This change is out of the 4.9.x scope, and will be reintroduced in 5.0.x.

See #34706.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/comment.php

    r43617 r43707  
    24042404     */
    24052405    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 
    24102406    /** This action is documented in wp-includes/post.php */
    24112407    do_action( 'edit_post', $post_id, $post );
Note: See TracChangeset for help on using the changeset viewer.