@@ 239-243 (lines=5) @@ | ||
236 | </div> |
|
237 | <?php endif; ?> |
|
238 | ||
239 | <?php if ( 1 == count( $userids ) ) : ?> |
|
240 | <p><?php _e( 'You have specified this user for deletion:' ); ?></p> |
|
241 | <?php else : ?> |
|
242 | <p><?php _e( 'You have specified these users for deletion:' ); ?></p> |
|
243 | <?php endif; ?> |
|
244 | ||
245 | <ul> |
|
246 | <?php |
|
@@ 364-368 (lines=5) @@ | ||
361 | <div class="wrap"> |
|
362 | <h1><?php _e( 'Remove Users from Site' ); ?></h1> |
|
363 | ||
364 | <?php if ( 1 == count( $userids ) ) : ?> |
|
365 | <p><?php _e( 'You have specified this user for removal:' ); ?></p> |
|
366 | <?php else : ?> |
|
367 | <p><?php _e( 'You have specified these users for removal:' ); ?></p> |
|
368 | <?php endif; ?> |
|
369 | ||
370 | <ul> |
|
371 | <?php |