summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-users.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-25 15:18:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-08-25 15:18:00 +0000
commit6f5dfe138c947075eef38ccf5b6ff1c8e73466cc (patch)
tree2d041d4457b137935aeb1450bb5fce3d5a0c009d /wp-admin/wpmu-users.php
parentdff411e9faea50447fb31498b92e3d9ed68ebed6 (diff)
downloadwordpress-mu-6f5dfe138c947075eef38ccf5b6ff1c8e73466cc.tar.gz
wordpress-mu-6f5dfe138c947075eef38ccf5b6ff1c8e73466cc.tar.xz
wordpress-mu-6f5dfe138c947075eef38ccf5b6ff1c8e73466cc.zip
This javascript doesn't work any more, remove it. fixes #720, props momo360modena
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1440 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-users.php')
-rw-r--r--wp-admin/wpmu-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index e9eb719..a2bad03 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -130,7 +130,7 @@ if ( $_GET['updated'] == 'true' ) {
if( $column_id == 'blogs' ) {
echo '<th scope="col">'.__('Blogs').'</th>';
} elseif( $column_id == 'checkbox') {
- echo '<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById(\'form-user-list\'));" /></th>';
+ echo '<th scope="col" class="check-column"></th>';
} else { ?>
<th scope="col"><a href="wpmu-users.php?sortby=<?php echo $column_id ?>&amp;<?php if( $_GET['sortby'] == $column_id ) { if( $_GET['order'] == 'DESC' ) { echo "order=ASC&amp;" ; } else { echo "order=DESC&amp;"; } } ?>apage=<?php echo $apage ?>"><?php echo $column_display_name; ?></a></th>
<?php } ?>