mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user