Make WordPress Core

Changeset 22423


Ignore:
Timestamp:
11/07/2012 06:34:46 PM (14 years ago)
Author:
nacin
Message:

Fix the 'Change' button in the users list table. props c3mdigital. fixes #22034.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-users-list-table.php

    r22414 r22423  
    146146                </select>
    147147        <?php
    148                         submit_button( __( 'Change' ), 'small', 'changeit', false );
     148                        submit_button( __( 'Change' ), 'button', 'changeit', false );
    149149                endif;
    150150
Note: See TracChangeset for help on using the changeset viewer.