Changeset 43535 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/25/2018 08:56:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r43174 r43535 2988 2988 $post->post_status = $new_status; 2989 2989 wp_transition_post_status( $new_status, $old_status, $post ); 2990 2991 /** This action is documented in wp-includes/post.php */ 2992 do_action( "edit_post_{$post->post_type}", $post->ID, $post ); 2990 2993 2991 2994 /** This action is documented in wp-includes/post.php */
Note: See TracChangeset
for help on using the changeset viewer.