# 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.
|
|
|
|
| 10 | 10 | // Exit if accessed directly |
| 11 | 11 | if ( !defined( 'ABSPATH' ) ) exit; |
| 12 | 12 | |
| 13 | | header('Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); |
| | 13 | header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); |
| 14 | 14 | header('Status: 200 OK'); |
| 15 | 15 | ?> |
| 16 | | <?php echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?> |
| | 16 | <?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> |
| 17 | 17 | |
| 18 | 18 | <rss version="2.0" |
| 19 | 19 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
| … |
… |
|
| 62 | 62 | <?php endif; ?> |
| 63 | 63 | ]]> |
| 64 | 64 | </description> |
| 65 | | |
| 66 | 65 | <?php do_action('bp_activity_favorites_feed_item'); ?> |
| 67 | | |
| 68 | 66 | </item> |
| 69 | | |
| 70 | 67 | <?php endwhile; ?> |
| 71 | | <?php endif; ?> |
| 72 | 68 | |
| | 69 | <?php endif; ?> |
| 73 | 70 | </channel> |
| 74 | 71 | </rss> |