- 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/class-wp-customize-manager.php
r42811 r43617 2964 2964 $post->post_status = $new_status; 2965 2965 wp_transition_post_status( $new_status, $old_status, $post ); 2966 2967 /** This action is documented in wp-includes/post.php */ 2968 do_action( "edit_post_{$post->post_type}", $post->ID, $post ); 2966 2969 2967 2970 /** This action is documented in wp-includes/post.php */
Note: See TracChangeset
for help on using the changeset viewer.