Changeset 3386 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 11/10/2010 09:35:54 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r3325 r3386 26 26 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> | <?php bp_current_group_name() ?> | <?php _e( 'Group Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_group_activity_feed_link() ?>" /> 27 27 <?php endif; ?> 28 29 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts RSS Feed', 'buddypress' ) ?>" href="<?php bloginfo('rss2_url'); ?>" />30 <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> <?php _e( 'Blog Posts Atom Feed', 'buddypress' ) ?>" href="<?php bloginfo('atom_url'); ?>" />31 28 32 29 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.