Index: sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
===================================================================
--- sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(revision 8576)
+++ sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(working copy)
@@ -132,6 +132,9 @@
 
 	/**
 	 * Outputs <link rel="prev|next"> tags for archives.
+	 * 
+	 * @global int $paged 
+	 * @global WP_Query $wp_query
 	 */
 	function archive_link_rel_prev_next() {
 		global $paged, $wp_query;
@@ -519,7 +522,7 @@
 	 *
 	 * Used with wp_list_comments in the theme files,
 	 * fired via the wptv_list_comments callback wrapper.
-	 *
+	 * 
 	 * @param object $comment
 	 * @param array  $args
 	 * @param int    $depth
