﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18624	wpmu_update_blogs_date() should not be called on private_to_published	mdawaffe	nacin	"http://core.trac.wordpress.org/browser/trunk/wp-includes/ms-default-filters.php?rev=16213#L39

{{{
add_action( 'private_to_published', 'wpmu_update_blogs_date' );
...
add_action( 'publish_post', 'wpmu_update_blogs_date' );
}}}

Those two {{{add_action()}}} calls are redundant.  Whenever {{{private_to_published}}} is called, {{{publish_post}}} is also called.

Am I missing something?

Trivial patch attached."	defect (bug)	closed	normal	3.3	Multisite	3.2.1	normal	fixed	has-patch	
