Make WordPress Core


Ignore:
Timestamp:
03/14/2008 11:58:31 PM (18 years ago)
Author:
ryan
Message:

Reduce dependency on inline style. Props mdawaffe. fixes #6228

File:
1 edited

Legend:

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

    r7230 r7304  
    5353
    5454<p class="submit">
    55 <input type="submit" class="button" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
     55<input type="submit" class="button" name="save" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" />
    5656<?php
    5757if ( ( 'edit' == $action) && current_user_can('manage_links') )
Note: See TracChangeset for help on using the changeset viewer.