Changeset 43571 for trunk/src/wp-includes/feed-rss.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss.php
r42343 r43571 36 36 while ( have_posts() ) : 37 37 the_post(); 38 ?>38 ?> 39 39 <item> 40 40 <title><?php the_title_rss(); ?></title>
Note: See TracChangeset
for help on using the changeset viewer.