Making WordPress.org

Ticket #4391: #4391.patch

File #4391.patch, 958 bytes (added by monarkpatel, 6 years ago)
  • wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

     
    132132
    133133        /**
    134134         * Outputs <link rel="prev|next"> tags for archives.
     135         * @global Pagination $paged
     136         * @global WP_Query $wp_query
    135137         */
    136138        function archive_link_rel_prev_next() {
    137139                global $paged, $wp_query;
     
    771773         * followed by a WP_Query that loops through some of the
    772774         * videos in the event. start_el does all the work and does not need end_el.
    773775         *
     776         * @global WordPressTV_Theme $wptv
     777         *
    774778         * @param string $output
    775779         * @param object $item
    776780         * @param int    $depth
    777781         * @param array  $args
    778782         * @param int    $id
     783         *
    779784         */
    780785        function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
    781786