Changeset 10534
- Timestamp:
- 02/10/2009 02:36:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r10532 r10534 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 … … 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'),
Note: See TracChangeset
for help on using the changeset viewer.