Make WordPress Core

Changeset 10534


Ignore:
Timestamp:
02/10/2009 02:36:14 PM (18 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r10532 r10534  
    14041404function feed_links( $args ) {
    14051405        $defaults = array(
    1406                 'seperator'   => _c('»|Seperator character feed titles in theme head'),
    1407                 'rsstitle'    => __('%s Feed'),
    1408                 'comstitle'   => __('%s Comments Feed'),
     1406                'seperator' => _c('»|Seperator character for feed titles in theme head'),
     1407                'feedtitle' => __('%s Feed'),
     1408                'comstitle' => __('%s Comments Feed'),
    14091409        );
    14101410
     
    14241424function feed_links_extra( $args ) {
    14251425        $defaults = array(
    1426                 'seperator'   => _c('»|Seperator character feed titles in theme head'),
     1426                'seperator'   => _c('»|Seperator character for feed titles in theme head'),
    14271427                'singletitle' => __('%1$s %2$s %3$s Comments Feed'),
    14281428                'cattitle'    => __('%1$s %2$s %3$s Category Feed'),
Note: See TracChangeset for help on using the changeset viewer.