Changeset 1866 for trunk/bp-wire/bp-wire-templatetags.php
- Timestamp:
- 09/14/2009 05:53:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-wire/bp-wire-templatetags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire/bp-wire-templatetags.php
r1844 r1866 152 152 $bp_wire_show_email_notify = $show_email_notify; 153 153 154 lo ad_template( TEMPLATEPATH . '/wire/post-list.php');154 locate_template( array( '/wire/post-list.php' ), true ); 155 155 } 156 156 … … 298 298 299 299 if ( is_user_logged_in() && $wire_posts_template->can_post ) 300 lo ad_template( TEMPLATEPATH . '/wire/post-form.php' );300 locate_template( array( '/wire/post-form.php' ), true ); 301 301 } 302 302
Note: See TracChangeset
for help on using the changeset viewer.