Changes between Version 1 and Version 2 of Ticket #3622, comment 8
- Timestamp:
- 09/25/2011 07:50:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3622, comment 8
v1 v2 13 13 }}} 14 14 15 Hooked to init it returns http:// rootdomain.com//feed/16 Hooked to wp_footer it returns http:// rootdomain.com/activity/feed/15 Hooked to init it returns http://testbp.org//feed/ 16 Hooked to wp_footer it returns http://testbp.org/activity/feed/ (like it should) 17 17 18 18 bp_init seems to be hooked to init with priority less then 10, so that should make no difference.