Make WordPress Core


Ignore:
Timestamp:
05/09/2004 02:52:27 AM (22 years ago)
Author:
saxmatt
Message:

Fixes for silly category_base stuff. Now lets it be blank and acts accordingly, more sane.

File:
1 edited

Legend:

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

    r1227 r1244  
    9696      <input name="permalink_structure" type="text" style="width: 98%;" value="<?php echo $permalink_structure; ?>" />
    9797    </p>
    98     <p><?php _e('Enter a path without templates for your categories:') ?> FIXME[THIS WORDING MAKES NO SENSE]</p>
     98    <p><?php _e('If you like, you may enter a custom prefix for your category URIs here. For example, <code>/taxonomy/categorias</code> would make your category links like <code>http://example.org/taxonomy/categorias/general/</code>. If you leave this blank the default will be used.') ?></p>
    9999    <p>
    100100  <input name="category_base" type="text" style="width: 98%;" value="<?php echo $category_base; ?>" />
Note: See TracChangeset for help on using the changeset viewer.