[wp-cvs] wordpress/wp-admin options-permalink.php,1.52,1.53

Ryan Boren rboren at users.sourceforge.net
Sun Jan 9 21:24:37 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12931/wp-admin

Modified Files:
	options-permalink.php 
Log Message:
Update codex link.  Patch from 2fargon for bug 646.

Index: options-permalink.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-permalink.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** options-permalink.php	23 Dec 2004 00:53:56 -0000	1.52
--- options-permalink.php	9 Jan 2005 21:24:35 -0000	1.53
***************
*** 49,53 ****
  <div class="wrap"> 
    <h2><?php _e('Edit Permalink Structure') ?></h2> 
!   <p><?php _e('By default WordPress uses web URIs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URI structure for your permalinks and archives. This can improve the aesthetics, usability, and longevity of your links. A <a href="http://codex.wordpress.org/Permalink_Structure">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
  
  <?php if ($is_apache) : ?>
--- 49,53 ----
  <div class="wrap"> 
    <h2><?php _e('Edit Permalink Structure') ?></h2> 
!   <p><?php _e('By default WordPress uses web URIs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URI structure for your permalinks and archives. This can improve the aesthetics, usability, and longevity 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>
  
  <?php if ($is_apache) : ?>



More information about the cvs mailing list