Ticket #32387: 32387.patch
| File 32387.patch, 604 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/users.php
337 337 338 338 <div class="wrap"> 339 339 <h2><?php _e('Remove Users from Site'); ?></h2> 340 <p><?php _e('You have specified these users for removal:'); ?></p> 340 341 <?php if ( 1 == count( $userids ) ) : ?> 342 <p><?php _e( 'You have specified this user for removal:' ); ?></p> 343 <?php else : ?> 344 <p><?php _e( 'You have specified these users for removal:' ); ?></p> 345 <?php endif; ?> 346 341 347 <ul> 342 348 <?php 343 349 $go_remove = false;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)