Ticket #4359: #4359.patch
File #4359.patch, 785 bytes (added by , 6 years ago) |
---|
-
sites/trunk/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 * 136 * @global int $paged 137 * @global WP_Query $wp_query 135 138 */ 136 139 function archive_link_rel_prev_next() { 137 140 global $paged, $wp_query; … … 519 522 * 520 523 * Used with wp_list_comments in the theme files, 521 524 * fired via the wptv_list_comments callback wrapper. 522 * 525 * 523 526 * @param object $comment 524 527 * @param array $args 525 528 * @param int $depth