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:
parent
0627279350
commit
6d64756433
|
@ -1598,7 +1598,7 @@ function feed_links( $args = array() ) {
|
||||||
'separator' => _x('»', 'feed link'),
|
'separator' => _x('»', 'feed link'),
|
||||||
/* translators: 1: blog title, 2: separator (raquo) */
|
/* translators: 1: blog title, 2: separator (raquo) */
|
||||||
'feedtitle' => __('%1$s %2$s Feed'),
|
'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'),
|
'comstitle' => __('%1$s %2$s Comments Feed'),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue