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:
parent
35c79e0a07
commit
1dd63dd9e8
|
@ -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 . '"';
|
||||
|
|
Loading…
Reference in New Issue