Make WordPress Core


Ignore:
Timestamp:
10/28/2010 09:56:43 PM (14 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/edit.php

    r15905 r16061  
    348348                    <?php wp_nonce_field( $_GET['action2'], '_wpnonce', false ); ?>
    349349                    <p><?php echo esc_html( stripslashes( $_GET['msg'] ) ); ?></p>
    350                     <?php submit_button( __('Confirm'), 'secondary' ); ?>
     350                    <?php submit_button( __('Confirm'), 'button' ); ?>
    351351                </form>
    352352            </body>
Note: See TracChangeset for help on using the changeset viewer.