Changeset 4990 for trunk/wp-includes/feed.php
- Timestamp:
- 03/07/2007 05:29:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r4937 r4990 166 166 function html_type_rss() { 167 167 $type = get_bloginfo('html_type'); 168 if ( strstr( $type, 'xhtml' ))168 if (strpos($type, 'xhtml') !== false) 169 169 $type = 'xhtml'; 170 170 else
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)