Make WordPress Core


Ignore:
Timestamp:
01/08/2010 08:34:39 AM (15 years ago)
Author:
westi
Message:

Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.

File:
1 edited

Legend:

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

    r12598 r12657  
    984984        echo ' class="'.$css_class.'" ';
    985985    }
    986     $title = the_title_attribute( 'echo=0' );
     986    $title = the_title_attribute( array('echo' => 0 ) );
    987987
    988988    echo apply_filters( 'comments_popup_link_attributes', '' );
Note: See TracChangeset for help on using the changeset viewer.