Styling updates for settings. see #5851

git-svn-id: https://develop.svn.wordpress.org/trunk@6841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-14 05:19:39 +00:00
parent f4cfccdd53
commit dc6940e348
7 changed files with 58 additions and 40 deletions

View File

@@ -171,7 +171,7 @@ checked="checked"
<?php _e('Tag base'); ?>: <input name="tag_base" id="tag_base" type="text" class="code" value="<?php echo attribute_escape($tag_base); ?>" size="30" />
</p>
<p class="submit">
<input type="submit" name="submit" value="<?php _e('Update Permalink Structure') ?>" />
<input type="submit" name="submit" value="<?php _e('Save Changes') ?>" />
</p>
</form>
<?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>