Ticket #4315: xml-feeds-php-tags.patch
File xml-feeds-php-tags.patch, 4.0 KB (added by , 13 years ago) |
---|
-
bp-activity/feeds/bp-activity-favorites-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-friends-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-group-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-mentions-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-mygroups-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-personal-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/" -
bp-activity/feeds/bp-activity-sitewide-feed.php
12 12 13 13 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); 14 14 header('Status: 200 OK'); 15 ?> 16 <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 15 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> 17 16 18 17 <rss version="2.0" 19 18 xmlns:content="http://purl.org/rss/1.0/modules/content/"