Make WordPress Core


Ignore:
Timestamp:
08/14/2004 05:36:32 PM (20 years ago)
Author:
rboren
Message:

Document %category% and %author% in the permalink options.

File:
1 edited

Legend:

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

    r1489 r1535  
    9797        <?php _e('The unique ID # of the post, for example <code>423</code>') ?>
    9898    </dd>
     99    <dt><code>%category%</code></dt>
     100    <dd>
     101        <?php _e('A sanitized version of the category name.') ?>
     102    </dd>
     103    <dt><code>%author%</code></dt>
     104    <dd>
     105        <?php _e('A sanitized version of the author name.') ?>
     106    </dd>
    99107</dl>
    100108
     
    124132  <p><?php printf(__('Using the permalink structure value you currently have, <code>%s</code>, these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.'), $permalink_structure) ?></p>
    125133<form action="options-permalink.php" method="post">
    126     <p>
     134   <p>
    127135<textarea rows="5" style="width: 98%;" name="rules"><?php echo mod_rewrite_rules($permalink_structure); ?>
    128136</textarea>
Note: See TracChangeset for help on using the changeset viewer.