Make WordPress Core


Ignore:
Timestamp:
10/28/2010 09:56:43 PM (15 years ago)
Author:
markjaquith
Message:

Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/users.php

    r15956 r16061  
    7474        <p class="search-box">
    7575        <input type="text" name="s" value="<?php echo esc_attr( $usersearch ); ?>" class="search-input" id="user-search-input" />
    76         <input type="submit" id="post-query-submit" value="<?php esc_attr_e( 'Search Users' ) ?>" class="button" />
     76        <?php submit_button( __( 'Search Users' ), 'button', 'post-query-submit', false ); ?>
    7777        </p>
    7878    </form>
Note: See TracChangeset for help on using the changeset viewer.