Making WordPress.org

Ticket #4359: #4359.patch

File #4359.patch, 785 bytes (added by upadalavipul, 6 years ago)
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

     
    132132
    133133        /**
    134134         * Outputs <link rel="prev|next"> tags for archives.
     135         *
     136         * @global int $paged
     137         * @global WP_Query $wp_query
    135138         */
    136139        function archive_link_rel_prev_next() {
    137140                global $paged, $wp_query;
     
    519522         *
    520523         * Used with wp_list_comments in the theme files,
    521524         * fired via the wptv_list_comments callback wrapper.
    522          *
     525         * 
    523526         * @param object $comment
    524527         * @param array  $args
    525528         * @param int    $depth