| 229 | | <?php if ( $is_apache || $iis7_permalinks ) : ?> |
| 230 | | <p><?php _e('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <kbd>topics</kbd> as your category base would make your category links like <code>http://example.org/topics/uncategorized/</code>. If you leave these blank the defaults will be used.') ?></p> |
| 231 | | <?php else : ?> |
| 232 | | <p><?php _e('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>http://example.org/index.php/topics/uncategorized/</code>. If you leave these blank the defaults will be used.') ?></p> |
| 233 | | <?php endif; ?> |
| | 229 | <?php |
| | 230 | $suffix = ''; |
| | 231 | if ( ! $is_apache && ! $iis7_permalinks ) |
| | 232 | $suffix = 'index.php/' |
| | 233 | ?> |
| | 234 | <p><?php printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>http://example.org/%stopics/uncategorized/</code>. If you leave these blank the defaults will be used.'), $suffix ); ?></p> |