Skip to content

Commit

Permalink
Remove duplicate comment id fields which were breaking threaded comme…
Browse files Browse the repository at this point in the history
…nts.
  • Loading branch information
beastaugh committed Mar 29, 2011
1 parent 73c0bc8 commit a43ffe0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
16 changes: 15 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

### Version 3.0.1
### Version 3.0.3 [§](http://tarskitheme.com/2011/03/18/3-0-release/)

#### Bug fixes

* Removed duplicate comment id fields which were breaking threaded comments


### Version 3.0.2 [§](http://tarskitheme.com/2011/03/18/3-0-release/)

#### Tweaks

* Slight improvements to the image overflow code


### Version 3.0.1 [§](http://tarskitheme.com/2011/03/18/3-0-release/)

#### Tweaks

Expand Down
2 changes: 0 additions & 2 deletions library/helpers/comments_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,12 @@ function tarski_comment_form() {
__('logged in', 'tarski') . '</a>');
$must_log_in = "<p class=\"login-required\"><em>$login_message</em></p>";
$textarea_title = __('Your comment','tarski');
$id_fields = get_comment_id_fields();
$comment_field = <<<COMMENT_FIELD
<div class="response textarea-wrap">
<label for="comment">$textarea_title</label>
<textarea name="comment" id="comment"
cols="60" rows="10"
aria-required="true" aria-multiline="true"></textarea>
$id_fields
</div>
COMMENT_FIELD;

Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: An elegant, flexible theme developed by <a href="http://extralogica
Author: Benedict Eastaugh and Chris Sternal-Johnson
Author URI: http://tarskitheme.com/about/
Tags: white, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
Version: 3.0.1
Version: 3.0.3
License: GNU General Public License, v2
License URI: http://www.opensource.org/licenses/gpl-2.0.html
*/
Expand Down

0 comments on commit a43ffe0

Please sign in to comment.