Skip to:
Content

BuddyPress.org

Ticket #3629: feeds.patch

File feeds.patch, 1.3 KB (added by fanquake, 14 years ago)
  • bp-activity-favorites-feed.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-activity/feeds
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    1010// Exit if accessed directly
    1111if ( !defined( 'ABSPATH' ) ) exit;
    1212
    13 header('Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
     13header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
    1414header('Status: 200 OK');
    1515?>
    16 <?php echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?>
     16<?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
    1717
    1818<rss version="2.0"
    1919        xmlns:content="http://purl.org/rss/1.0/modules/content/"
     
    6262                                        <?php endif; ?>
    6363                                        ]]>
    6464                                </description>
    65 
    6665                                <?php do_action('bp_activity_favorites_feed_item'); ?>
    67 
    6866                        </item>
    69 
    7067                <?php endwhile; ?>
    71         <?php endif; ?>
    7268
     69        <?php endif; ?>
    7370</channel>
    7471</rss>