Typo fix from tacker. fixes #3431
git-svn-id: http://svn.automattic.com/wordpress/trunk@4598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
78968b6bff
commit
df98461b02
|
@ -592,7 +592,7 @@ class Walker_Category extends Walker {
|
||||||
|
|
||||||
$link .= '<a href="' . get_category_rss_link( 0, $category->cat_ID, $category->category_nicename ) . '"';
|
$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 ) . '"';
|
$alt = ' alt="' . sprintf(__( 'Feed for all posts filed under %s' ), $cat_name ) . '"';
|
||||||
else {
|
else {
|
||||||
$title = ' title="' . $feed . '"';
|
$title = ' title="' . $feed . '"';
|
||||||
|
|
Loading…
Reference in New Issue