Changeset 842
- Timestamp:
- 01/13/2009 10:50:30 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r826 r842 515 515 } 516 516 517 function bp_custom_profile_sidebar_boxes() { 518 do_action( 'bp_custom_profile_sidebar_boxes' ); 519 } 520 517 521 /* Template functions for fetching globals, without querying the DB again 518 522 also means we dont have to use the $bp variable in the template (looks messy) */ -
trunk/buddypress-theme/member-themes/buddypress-member/profile/index.php
r819 r842 20 20 <?php endif; ?> 21 21 </div> 22 23 <?php bp_custom_profile_sidebar_boxes() ?> 22 24 </div> 23 25
Note: See TracChangeset
for help on using the changeset viewer.