Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2012 10:59:32 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Move single activity permalink template into /activity/single/ to match other components. Props r-a-y. Fixes #4659.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-screens.php

    r6425 r6596  
    409409         */
    410410        public function single_dummy_content() {
    411                 bp_buffer_template_part( 'members/single/activity/permalink' );
     411                bp_buffer_template_part( 'activity/single/home' );
    412412        }
    413413}
Note: See TracChangeset for help on using the changeset viewer.