Index: query.php
===================================================================
--- query.php	(revision 13549)
+++ query.php	(working copy)
@@ -2455,6 +2455,8 @@
 		if ($this->post_count > 0) {
 			$this->post = $this->posts[0];
 		}
+		
+		do_action('got_posts');
 
 		return $this->posts;
 	}
