Changeset 5640 for trunk/wp-includes/feed-rss.php
- Timestamp:
- 06/02/2007 05:21:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss.php
r5390 r5640 1 1 <?php 2 header('Content- type: text/xml; charset=' . get_option('blog_charset'), true);2 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 3 3 $more = 1; 4 4
Note: See TracChangeset
for help on using the changeset viewer.