Making WordPress.org

Ticket #4268: #4268.diff

File #4268.diff, 569 bytes (added by chinteshprajapati, 6 years ago)

Documentation Change in functions.php file

  • wordpress.tv/public_html/wp-content/themes/wptv2/functions.php

     
    132132
    133133        /**
    134134         * Outputs <link rel="prev|next"> tags for archives.
     135         * @global int $paged WordPress archive pagination page count.
     136         * @global WP_Query          $wp_query
    135137         */
    136138        function archive_link_rel_prev_next() {
    137139                global $paged, $wp_query;