equal
deleted
inserted
replaced
287 <h1 class="wp-heading-inline"><?php esc_html_e( 'Users' ); ?></h1> |
287 <h1 class="wp-heading-inline"><?php esc_html_e( 'Users' ); ?></h1> |
288 |
288 |
289 <?php |
289 <?php |
290 if ( current_user_can( 'create_users' ) ) : |
290 if ( current_user_can( 'create_users' ) ) : |
291 ?> |
291 ?> |
292 <a href="<?php echo esc_url( network_admin_url( 'user-new.php' ) ); ?>" class="page-title-action"><?php echo esc_html__( 'Add New User' ); ?></a> |
292 <a href="<?php echo esc_url( network_admin_url( 'user-new.php' ) ); ?>" class="page-title-action"><?php echo esc_html__( 'Add User' ); ?></a> |
293 <?php |
293 <?php |
294 endif; |
294 endif; |
295 |
295 |
296 if ( strlen( $usersearch ) ) { |
296 if ( strlen( $usersearch ) ) { |
297 echo '<span class="subtitle">'; |
297 echo '<span class="subtitle">'; |