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/my-sites.php

    r15132 r16061  
    103103    <input type="hidden" name="action" value="updateblogsettings" />
    104104    <?php wp_nonce_field( 'update-my-sites' ); ?>
    105     <p>
    106      <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
    107     </p>
     105    <?php submit_button(); ?>
    108106    </form>
    109107    </div>
Note: See TracChangeset for help on using the changeset viewer.