View Single Post
Old 08-15-2007, 07:08 PM   #47 (permalink)
Dan.Linehan
Family Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,896
Dan.Linehan will become famous soon enoughDan.Linehan will become famous soon enough
Default

Quote:
Originally Posted by jamestl2 View Post
Is it in the wp-admin/post.php file?
Kind of. Post.php is where it calls the function, here:

Code:
	if ($post_status == 'publish' && $post_type == 'post') {
		do_action('publish_post', $post_ID);
But it doesn't actually define the function there, it just calls it.
Dan.Linehan is offline   Reply With Quote