﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20433,Don't update last_updated when deleting non-published posts,ryan,ryan,"{{{
add_action( 'delete_post', 'wpmu_update_blogs_date' );
}}}

Instead of that, let's hook in an action that checks the post status and updates only when published posts are deleted. This will avoid lots of updates to wp_blogs when cleaning out old auto-draft posts.

Inspired by #19663.  [20440] caused massive numbers of updates to wp_blogs.",defect (bug),closed,normal,3.4,Multisite,,normal,fixed,has-patch,
