Ticket #26601: 26601.users.diff
File 26601.users.diff, 851 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/users.php
491 491 } ?> 492 492 493 493 <div class="wrap"> 494 <h1> 494 <h1 class="wp-heading-inline"><?php 495 echo esc_html( $title ); 496 ?></h1> 497 495 498 <?php 496 echo esc_html( $title );497 499 if ( current_user_can( 'create_users' ) ) { ?> 498 500 <a href="<?php echo admin_url( 'user-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add New', 'user' ); ?></a> 499 501 <?php } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) { ?> … … 505 507 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $usersearch ) ); 506 508 } 507 509 ?> 508 </h1>509 510 511 <hr class="wp-header-end"> 512 510 513 <?php $wp_list_table->views(); ?> 511 514 512 515 <form method="get">