Changeset 10558
- Timestamp:
- 02/12/2009 08:52:08 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r10534 r10558 1411 1411 $args = wp_parse_args( $args, $defaults ); 1412 1412 1413 echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . attribute_escape(sprintf( $args[' rsstitle'], get_bloginfo('name') )) . '" href="' . get_feed_link() . "\" />\n";1413 echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . attribute_escape(sprintf( $args['feedtitle'], get_bloginfo('name') )) . '" href="' . get_feed_link() . "\" />\n"; 1414 1414 echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . attribute_escape(sprintf( $args['comstitle'], get_bloginfo('name') )) . '" href="' . get_feed_link( 'comments_' . get_default_feed() ) . "\" />\n"; 1415 1415 }
Note: See TracChangeset
for help on using the changeset viewer.