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:
markjaquith 2006-12-04 12:02:30 +00:00
parent 78968b6bff
commit df98461b02
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 ) . '"'; $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 . '"';