Check all should now work on comments.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-06 09:48:36 +00:00
parent feb0644005
commit 51902baa0c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ if ($comments) {
<table class="widefat">
<thead>
<tr>
<th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
<th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('comments-form'));" /></th>
<th scope="col"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Date') ?></th>
<th scope="col"><?php _e('Actions') ?></th>