[wp-cvs] wordpress/wp-admin options-permalink.php,1.38,1.39
Ryan Boren
rboren at users.sourceforge.net
Sat Aug 14 17:36:35 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16761
Modified Files:
options-permalink.php
Log Message:
Document %category% and %author% in the permalink options.
Index: options-permalink.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-permalink.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** options-permalink.php 27 Jul 2004 23:37:44 -0000 1.38
--- options-permalink.php 14 Aug 2004 17:36:32 -0000 1.39
***************
*** 97,100 ****
--- 97,108 ----
<?php _e('The unique ID # of the post, for example <code>423</code>') ?>
</dd>
+ <dt><code>%category%</code></dt>
+ <dd>
+ <?php _e('A sanitized version of the category name.') ?>
+ </dd>
+ <dt><code>%author%</code></dt>
+ <dd>
+ <?php _e('A sanitized version of the author name.') ?>
+ </dd>
</dl>
***************
*** 124,128 ****
<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>
<form action="options-permalink.php" method="post">
! <p>
<textarea rows="5" style="width: 98%;" name="rules"><?php echo mod_rewrite_rules($permalink_structure); ?>
</textarea>
--- 132,136 ----
<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>
<form action="options-permalink.php" method="post">
! <p>
<textarea rows="5" style="width: 98%;" name="rules"><?php echo mod_rewrite_rules($permalink_structure); ?>
</textarea>
More information about the cvs
mailing list