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/setup-config.php

    r14404 r16061  
    147147    </table>
    148148    <?php if ( isset( $_GET['noapi'] ) ) { ?><input name="noapi" type="hidden" value="true" /><?php } ?>
    149     <p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p>
     149    <p class="step"><?php submit_button( __( 'Submit' ), 'button', 'submit', false ); ?></p>
    150150</form>
    151151<?php
Note: See TracChangeset for help on using the changeset viewer.