Index: wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(revision 6058)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(working copy)
@@ -44,6 +44,7 @@
 
 	/**
 	 * Different posts_per_page settings for different views. Runs during pre_get_posts.
+     * @param WP_Query $query Current query object.
 	 */
 	function posts_per_page( $query ) {
 		$posts_per_page = $query->get( 'posts_per_page' );
