#3109 closed defect (bug) (fixed)
fatal error: missing bp_get_blogs_slug() and bp_get_blogs_root_slug() template tags
Reported by: | ptahdunbar | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
In bp-default blogs/create.php, bp uses bp_get_blogs_root_slug() which has no function definition. this results in a nice white screen.
Patch adds the following functions similar to groups, friends and activity:
- bp_blogs_slug()
- bp_get_blogs_slug()
- bp_blogs_root_slug()
- bp_get_blogs_root_slug()
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
fixed in r4100