Make WordPress Core


Ignore:
Timestamp:
01/10/2004 01:46:27 AM (23 years ago)
Author:
alex_t_king
Message:

making the category links include the trailing slash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions.php

    r735 r749  
    13591359                // Get any static stuff from the front
    13601360                $front = substr($permalink_structure, 0, strpos($permalink_structure, '%'));
    1361                 $link = $siteurl . $front . 'category/' . $category_nicename;
     1361                $link = $siteurl . $front . 'category/' . $category_nicename . '/';
    13621362        }
    13631363
Note: See TracChangeset for help on using the changeset viewer.