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/includes/list-table-users.php

    r15958 r16061  
    113113            <?php wp_dropdown_roles(); ?>
    114114        </select>
    115         <input type="submit" value="<?php esc_attr_e( 'Change' ); ?>" name="changeit" class="button-secondary" />
     115        <?php submit_button( __( 'Change' ), 'secondary', 'changeit', false ); ?>
    116116    </div>
    117117<?php
Note: See TracChangeset for help on using the changeset viewer.