Make WordPress Core

Changeset 4197


Ignore:
Timestamp:
09/19/2006 03:11:51 PM (18 years ago)
Author:
matt
Message:

These should say the same things.

File:
1 edited

Legend:

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

    r4196 r4197  
    105105<form name="form" action="options-permalink.php" method="post">
    106106<?php wp_nonce_field('update-permalink') ?>
    107 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
     107<p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" /></p>
    108108  <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>
    109109
Note: See TracChangeset for help on using the changeset viewer.