Changeset 3007
- Timestamp:
- 05/17/2010 09:15:50 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core/bp-core-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-templatetags.php
r3006 r3007 1357 1357 global $bp; 1358 1358 1359 return $bp->root_domain;1359 return apply_filters( 'bp_get_root_domain', $bp->root_domain ); 1360 1360 } 1361 1361
Note: See TracChangeset
for help on using the changeset viewer.