Make WordPress Core


Ignore:
Timestamp:
02/14/2008 02:46:08 AM (19 years ago)
Author:
ryan
Message:

Styling updates for settings pages. Props hansengel. see #5851

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r6833 r6838  
    113113<form name="form" action="options-permalink.php" method="post">
    114114<?php wp_nonce_field('update-permalink') ?>
    115 <p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" /></p>
    116115  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    117116
     
    173172     </p>
    174173    <p class="submit">
    175       <input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" />
     174      <input type="submit" name="submit" value="<?php _e('Update Permalink Structure') ?>" />
    176175    </p>
    177176  </form>
Note: See TracChangeset for help on using the changeset viewer.