Ticket #4391: #4391.patch
File #4391.patch, 958 bytes (added by , 6 years ago) |
---|
-
wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
132 132 133 133 /** 134 134 * Outputs <link rel="prev|next"> tags for archives. 135 * @global Pagination $paged 136 * @global WP_Query $wp_query 135 137 */ 136 138 function archive_link_rel_prev_next() { 137 139 global $paged, $wp_query; … … 771 773 * followed by a WP_Query that loops through some of the 772 774 * videos in the event. start_el does all the work and does not need end_el. 773 775 * 776 * @global WordPressTV_Theme $wptv 777 * 774 778 * @param string $output 775 779 * @param object $item 776 780 * @param int $depth 777 781 * @param array $args 778 782 * @param int $id 783 * 779 784 */ 780 785 function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { 781 786