Automatic fees links: better option name and grammar fix for translation comment, props Viper007Bond, fixes #8878

git-svn-id: https://develop.svn.wordpress.org/trunk@10534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-02-10 14:36:14 +00:00
parent 49a72a40f6
commit bfe3dfd22d

View File

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