Make WordPress Core


Ignore:
Timestamp:
10/17/2010 06:24:34 PM (14 years ago)
Author:
scribu
Message:

Use submit_button() in more places. See #15064

File:
1 edited

Legend:

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

    r15746 r15830  
    7575        }
    7676    }
     77   
     78    submit_button( __('Confirm Deletion'), 'delete' );
    7779    ?>
    78     <p class="submit"><input type="submit" class="button-secondary delete" value="<?php esc_attr_e( 'Confirm Deletion' ); ?>" /></p>
    7980    </form>
    8081    <?php
     
    503504                    <?php wp_nonce_field( $_GET['action2'], '_wpnonce', false ); ?>
    504505                    <p><?php echo esc_html( stripslashes( $_GET['msg'] ) ); ?></p>
    505                     <p class="submit"><input class="button" type="submit" value="<?php _e( 'Confirm' ); ?>" /></p>
     506                    <?php submit_button( __('Confirm'), 'secondary' ); ?>
    506507                </form>
    507508            </body>
Note: See TracChangeset for help on using the changeset viewer.