Make WordPress Core


Ignore:
Timestamp:
09/19/2006 06:11:42 AM (18 years ago)
Author:
matt
Message:

Options cleanup and some styling changes.

File:
1 edited

Legend:

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

    r4144 r4196  
    103103<div class="wrap">
    104104  <h2><?php _e('Customize Permalink Structure') ?></h2>
     105<form name="form" action="options-permalink.php" method="post">
     106<?php wp_nonce_field('update-permalink') ?>
     107<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
    105108  <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>
    106109
     
    117120    );
    118121?>
    119 <form name="form" action="options-permalink.php" method="post">
    120 <?php wp_nonce_field('update-permalink') ?>
    121122<h3><?php _e('Common options:'); ?></h3>
    122123<p>
Note: See TracChangeset for help on using the changeset viewer.