#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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
fixed in r4100