Typo fix from tacker. fixes #3431

git-svn-id: https://develop.svn.wordpress.org/trunk@4598 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2006-12-04 12:02:30 +00:00
parent 35c79e0a07
commit 1dd63dd9e8
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ class Walker_Category extends Walker {
$link .= '<a href="' . get_category_rss_link( 0, $category->cat_ID, $category->category_nicename ) . '"';
if ( emtpy($feed) )
if ( empty($feed) )
$alt = ' alt="' . sprintf(__( 'Feed for all posts filed under %s' ), $cat_name ) . '"';
else {
$title = ' title="' . $feed . '"';