diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-08-25 15:18:00 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-08-25 15:18:00 +0000 |
| commit | 6f5dfe138c947075eef38ccf5b6ff1c8e73466cc (patch) | |
| tree | 2d041d4457b137935aeb1450bb5fce3d5a0c009d /wp-admin | |
| parent | dff411e9faea50447fb31498b92e3d9ed68ebed6 (diff) | |
| download | wordpress-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')
| -rw-r--r-- | wp-admin/wpmu-blogs.php | 2 | ||||
| -rw-r--r-- | wp-admin/wpmu-users.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/wpmu-blogs.php b/wp-admin/wpmu-blogs.php index 44c40b2..14f7aaa 100644 --- a/wp-admin/wpmu-blogs.php +++ b/wp-admin/wpmu-blogs.php @@ -408,7 +408,7 @@ switch( $_GET['action'] ) { <table width="100%" cellpadding="3" cellspacing="3" class="widefat"> <thead> <tr> - <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('form-blog-list'));" /></th> + <th scope="col" class="check-column"></th> <?php foreach($posts_columns as $column_id => $column_display_name) { $column_link = "<a href='wpmu-blogs.php?{$sortby_url}&sortby={$column_id}&"; if( $_GET['sortby'] == $column_id ) { 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 ?>&<?php if( $_GET['sortby'] == $column_id ) { if( $_GET['order'] == 'DESC' ) { echo "order=ASC&" ; } else { echo "order=DESC&"; } } ?>apage=<?php echo $apage ?>"><?php echo $column_display_name; ?></a></th> <?php } ?> |
