Changeset 6213 for trunk/wp-admin/users.php
- Timestamp:
- 10/09/2007 10:49:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r6026 r6213 394 394 </tr> 395 395 </tbody> 396 <tbody id="role-<?php echo $role; ?>" ><?php396 <tbody id="role-<?php echo $role; ?>" class="list:user user-list"><?php 397 397 $style = ''; 398 398 foreach ( (array) $roleclass as $user_object ) { … … 457 457 echo '<p>' . sprintf(__('Users cannot currently <a href="%1$s">register themselves</a>, but you can manually create users here.'), get_option('siteurl').'/wp-admin/options-general.php#users_can_register') . '</p>'; 458 458 ?> 459 <form action="#add-new-user" method="post" name="adduser" id="adduser" >459 <form action="#add-new-user" method="post" name="adduser" id="adduser" class="add:user-list:"> 460 460 <?php wp_nonce_field('add-user') ?> 461 461 <table class="editform" width="100%" cellspacing="2" cellpadding="5"> … … 508 508 </form> 509 509 510 <table style="color:red"> 511 <tbody id="user-list" class="list:user"> 512 </tbody> 513 </table> 514 510 515 </div> 511 516 </div>
Note: See TracChangeset
for help on using the changeset viewer.