Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/10/2010 09:35:54 PM (15 years ago)
Author:
djpaul
Message:

Remove used of deprecated theme functions in bp-default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r3325 r3386  
    2626            <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() ?>" />
    2727        <?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'); ?>" />
    3128
    3229        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.