Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2013 03:40:42 AM (13 years ago)
Author:
boonebgorges
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress-functions.php

    r6732 r6733  
    118118                add_action( 'bp_group_header_actions',     'bp_group_join_button',           5 );
    119119                add_action( 'bp_group_header_actions',     'bp_group_new_topic_button',      20 );
    120                 add_action( 'bp_directory_groups_actions', 'bp_group_join_button' ); 
     120                add_action( 'bp_directory_groups_actions', 'bp_group_join_button' );
    121121            }
    122122
    123123            // Blog button
    124124            if ( bp_is_active( 'blogs' ) )
    125                 add_action( 'bp_directory_blogs_actions',  'bp_blogs_visit_blog_button' ); 
     125                add_action( 'bp_directory_blogs_actions',  'bp_blogs_visit_blog_button' );
    126126
    127127        }
     
    296296
    297297    }
    298    
     298
    299299    /**
    300300     * Add secondary avatar image to this activity stream's record, if supported.
Note: See TracChangeset for help on using the changeset viewer.