richardshepherd / TwentyTenFive

Updates the WordPress TwentyTen theme to HTML5
http://twentytenfive.com
GNU General Public License v2.0
91 stars 15 forks source link

twentytenfive_comments() contains two non defined vars #15

Closed MoOx closed 9 years ago

MoOx commented 13 years ago

$commenter and $aria_req are not defined : https://github.com/richardshepherd/TwentyTenFive/blob/master/functions.php#L573

MoOx commented 13 years ago

I think you just need to add this (taken from wordpress comment_form() ) $commenter = wp_get_current_commenter(); $aria_req = ( $req ? " aria-required='true'" : '' );

MoOx commented 9 years ago

Closing due to inactivity