Changeset 10377 for trunk/wp-includes/link-template.php
- Timestamp:
- 01/19/2009 05:04:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r10361 r10377 508 508 509 509 if ( '' == $permalink_structure ) { 510 $link = get_option('home') . "?feed=$feed&cat=" . $cat_id;510 $link = trailingslashit( get_option('home') ) . "?feed=$feed&cat=" . $cat_id; 511 511 } else { 512 512 $link = get_category_link($cat_id);
Note: See TracChangeset
for help on using the changeset viewer.