Automatic fees links: better option name and grammar fix for translation comment, props Viper007Bond, fixes #8878
git-svn-id: http://svn.automattic.com/wordpress/trunk@10534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af8ed79529
commit
7f7214bb4d
|
@ -1403,9 +1403,9 @@ function automatic_feed_links( $add = true ) {
|
|||
*/
|
||||
function feed_links( $args ) {
|
||||
$defaults = array(
|
||||
'seperator' => _c('»|Seperator character feed titles in theme head'),
|
||||
'rsstitle' => __('%s Feed'),
|
||||
'comstitle' => __('%s Comments Feed'),
|
||||
'seperator' => _c('»|Seperator character for feed titles in theme head'),
|
||||
'feedtitle' => __('%s Feed'),
|
||||
'comstitle' => __('%s Comments Feed'),
|
||||
);
|
||||
|
||||
$args = wp_parse_args( $args, $defaults );
|
||||
|
@ -1423,7 +1423,7 @@ function feed_links( $args ) {
|
|||
*/
|
||||
function feed_links_extra( $args ) {
|
||||
$defaults = array(
|
||||
'seperator' => _c('»|Seperator character feed titles in theme head'),
|
||||
'seperator' => _c('»|Seperator character for feed titles in theme head'),
|
||||
'singletitle' => __('%1$s %2$s %3$s Comments Feed'),
|
||||
'cattitle' => __('%1$s %2$s %3$s Category Feed'),
|
||||
'tagtitle' => __('%1$s %2$s %3$s Tag Feed'),
|
||||
|
|
Loading…
Reference in New Issue