Fix placeholder reference in translator comment. props devesine. fixes #23766.

git-svn-id: https://develop.svn.wordpress.org/trunk@23709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-03-15 16:20:15 +00:00
parent 117e132a94
commit d8f3366704
+1 -1
View File
@@ -1598,7 +1598,7 @@ function feed_links( $args = array() ) {
'separator' => _x('»', 'feed link'),
/* translators: 1: blog title, 2: separator (raquo) */
'feedtitle' => __('%1$s %2$s Feed'),
/* translators: %s: blog title, 2: separator (raquo) */
/* translators: 1: blog title, 2: separator (raquo) */
'comstitle' => __('%1$s %2$s Comments Feed'),
);