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/user-new.php

    r16009 r16061  
    263263    <?php } ?>
    264264</table>
    265 
    266 <?php submit_button( __('Add User'), 'primary', 'adduser' ); ?>
     265<p class="submit">
     266    <input name="adduser" type="submit" id="addusersub" class="button-primary" value="<?php esc_attr_e('Add User') ?>" />
     267</p>
    267268</form>
    268269
Note: See TracChangeset for help on using the changeset viewer.