mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@5595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -44,7 +44,7 @@ function get_category_by_path($category_path, $full_match = true, $output = OBJE
|
||||
$path = '/' . $leaf_path;
|
||||
$curcategory = $category;
|
||||
while ( ($curcategory->parent != 0) && ($curcategory->parent != $curcategory->term_id) ) {
|
||||
$curcategory = get_term($curcategory->parent);
|
||||
$curcategory = get_term($curcategory->parent, 'category');
|
||||
$path = '/' . $curcategory->slug . $path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user