#6339 closed defect (bug) (fixed)
site (blog) directory <title> is redundant: "Site Directory Directory."
Reported by: | jreeve | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
This is the case on our website, MLA Commons, but also on BuddyPress's own site directory. What seems to be happening is that the function bp_get_directory_title()
is concatenating buddypress()->{$component}->name
with "Directory", and the component name is not a single word, like it is for the Members
or Groups
components, but Site Directory.
This means that "Site Directory" gets concatenated with "Directory" to produce "Site Directory Directory."
This might be fixed by just changing Site Directory
to Site
in bp-blogs-loader.php
. Hopefully that doesn't have any other side effects?
Looks like the Blogs component was missed in [8090]. See #4631, #4726, #4630. Thanks for the report.