Typo fix from flinkflonk. fixes #4347 see #4189

git-svn-id: https://develop.svn.wordpress.org/trunk@5561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-05-27 17:45:31 +00:00
parent cb8250ff30
commit 668f977343
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ function get_bookmarks($args = '') {
$exclusions .= ')';
if ( ! empty($category_name) ) {
if ( $category = get_term_by('name', $category_name, 'link_category') );
if ( $category = get_term_by('name', $category_name, 'link_category') )
$category = $category->term_id;
}