Ticket #8878: 8878.5.patch
| File 8878.5.patch, 1.1 KB (added by , 17 years ago) |
|---|
-
wp-includes/general-template.php
1403 1403 */ 1404 1404 function feed_links( $args ) { 1405 1405 $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'), 1409 1409 ); 1410 1410 1411 1411 $args = wp_parse_args( $args, $defaults ); … … 1423 1423 */ 1424 1424 function feed_links_extra( $args ) { 1425 1425 $defaults = array( 1426 'seperator' => _c('»|Seperator character f eed titles in theme head'),1426 'seperator' => _c('»|Seperator character for feed titles in theme head'), 1427 1427 'singletitle' => __('%1$s %2$s %3$s Comments Feed'), 1428 1428 'cattitle' => __('%1$s %2$s %3$s Category Feed'), 1429 1429 'tagtitle' => __('%1$s %2$s %3$s Tag Feed'),