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

git-svn-id: http://core.svn.wordpress.org/trunk@23709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-03-15 16:20:15 +00:00
parent 0627279350
commit 6d64756433
1 changed files with 1 additions and 1 deletions

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'),
);