Changeset 35294 for trunk/src/wp-includes/feed-rss.php
- Timestamp:
- 10/20/2015 04:20:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss.php
r32468 r35294 12 12 <rss version="0.92"> 13 13 <channel> 14 <title><?php bloginfo_rss('name');wp_title_rss(); ?></title>14 <title><?php wp_title_rss(); ?></title> 15 15 <link><?php bloginfo_rss('url') ?></link> 16 16 <description><?php bloginfo_rss('description') ?></description>
Note: See TracChangeset
for help on using the changeset viewer.