Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/14/2009 05:53:21 PM (17 years ago)
Author:
apeatling
Message:

Fixes #996 props Detective

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire/bp-wire-templatetags.php

    r1844 r1866  
    152152    $bp_wire_show_email_notify = $show_email_notify;
    153153   
    154     load_template( TEMPLATEPATH . '/wire/post-list.php' );
     154    locate_template( array( '/wire/post-list.php' ), true );
    155155}
    156156
     
    298298   
    299299    if ( is_user_logged_in() && $wire_posts_template->can_post )
    300         load_template( TEMPLATEPATH . '/wire/post-form.php' );     
     300        locate_template( array( '/wire/post-form.php' ), true );   
    301301}
    302302
Note: See TracChangeset for help on using the changeset viewer.