Changeset 45734 for trunk/src/wp-includes/theme.php
- Timestamp:
- 08/04/2019 01:11:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r45662 r45734 3261 3261 * @see wp_delete_auto_drafts() 3262 3262 * 3263 * @global wpdb $wpdb WordPress database abstraction object. 3264 * 3263 3265 * @param string $new_status Transition to this post status. 3264 3266 * @param string $old_status Previous post status. 3265 3267 * @param \WP_Post $post Post data. 3266 * @global wpdb $wpdb3267 3268 */ 3268 3269 function _wp_keep_alive_customize_changeset_dependent_auto_drafts( $new_status, $old_status, $post ) {
Note: See TracChangeset
for help on using the changeset viewer.