- Timestamp:
- 10/11/2018 04:17:00 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk reverse-merged: 43535,43616
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/class-wp-customize-manager.php
r43702 r43707 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 );2969 2966 2970 2967 /** This action is documented in wp-includes/post.php */
Note: See TracChangeset
for help on using the changeset viewer.