Index: wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(revision 8644)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(working copy)
@@ -132,6 +132,8 @@
 
 	/**
 	 * Outputs <link rel="prev|next"> tags for archives.
+	 * @global Pagination $paged
+	 * @global WP_Query $wp_query
 	 */
 	function archive_link_rel_prev_next() {
 		global $paged, $wp_query;
@@ -771,11 +773,14 @@
 	 * followed by a WP_Query that loops through some of the
 	 * videos in the event. start_el does all the work and does not need end_el.
 	 *
+	 * @global WordPressTV_Theme $wptv
+	 *
 	 * @param string $output
 	 * @param object $item
 	 * @param int    $depth
 	 * @param array  $args
 	 * @param int    $id
+	 * 
 	 */
 	function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
 
