mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 02:18:58 +01:00
Missed the cat call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5a391b5bc8
commit
8309fe9c31
@ -28,7 +28,7 @@ function get_category_link($echo = false, $category_id, $category_nicename) {
|
|||||||
$category_nicename = preg_replace( '|[^a-z0-9-]|i', '', $category_nicename );
|
$category_nicename = preg_replace( '|[^a-z0-9-]|i', '', $category_nicename );
|
||||||
// Get any static stuff from the front
|
// Get any static stuff from the front
|
||||||
$front = substr($permalink_structure, 0, strpos($permalink_structure, '%'));
|
$front = substr($permalink_structure, 0, strpos($permalink_structure, '%'));
|
||||||
$link = get_settings('home') . $front . 'category/';
|
$link = get_settings('home') . get_settings('category_base') . '/';
|
||||||
if ($parent=$cache_categories[$category_id]->category_parent) $link .= get_category_parents($parent, FALSE, '/', TRUE);
|
if ($parent=$cache_categories[$category_id]->category_parent) $link .= get_category_parents($parent, FALSE, '/', TRUE);
|
||||||
$link .= $category_nicename . '/';
|
$link .= $category_nicename . '/';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user