Make WordPress Core


Ignore:
Timestamp:
01/04/2008 07:36:34 PM (17 years ago)
Author:
ryan
Message:

Unused var cleanup. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r6495 r6551  
    341341 * @since 0.71
    342342 *
    343  * @param string $file Not Used
    344  * @param bool $echo Not Used
    345  */
    346 function comments_link( $file = '', $echo = true ) {
     343 * @param string $deprecated Not Used
     344 * @param bool $deprecated Not Used
     345 */
     346function comments_link( $deprecated = '', $deprecated = '' ) {
    347347    echo get_comments_link();
    348348}
     
    358358 */
    359359function get_comments_number( $post_id = 0 ) {
     360    global $id;
    360361    $post_id = (int) $post_id;
    361362
     
    537538 * @since 0.71
    538539 *
    539  * @param int $timezone Not used
    540  */
    541 function trackback_rdf($timezone = 0) {
     540 * @param int $deprecated Not used (Was $timezone = 0)
     541 */
     542function trackback_rdf($deprecated = '') {
    542543    if (stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') === false) {
    543544        echo '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Note: See TracChangeset for help on using the changeset viewer.