Make WordPress Core

Changeset 1228


Ignore:
Timestamp:
05/05/2004 07:59:51 AM (21 years ago)
Author:
saxmatt
Message:

Missed the cat call.

File:
1 edited

Legend:

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

    r1227 r1228  
    2929        // Get any static stuff from the front
    3030        $front = substr($permalink_structure, 0, strpos($permalink_structure, '%'));
    31         $link = get_settings('home') . $front . 'category/';
     31         $link = get_settings('home') . get_settings('category_base') . '/';
    3232        if ($parent=$cache_categories[$category_id]->category_parent) $link .= get_category_parents($parent, FALSE, '/', TRUE);
    3333        $link .= $category_nicename . '/';
Note: See TracChangeset for help on using the changeset viewer.