Opened 13 years ago
Closed 11 years ago
#4852 closed defect (bug) (fixed)
Site Directory Missing Sites
| Reported by: | ubernaut | Owned by: | imath |
|---|---|---|---|
| Priority: | low | Milestone: | 2.3 |
| Component: | Blogs | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description
if you create a site in network admin and do not define the title the site is not added to the directory at least under 1.6.x
Attachments (1)
Change History (6)
#1
@
13 years ago
- Component Core → Blogs
- Milestone Awaiting Review → Future Release
- Priority normal → low
- Severity normal → trivial
#4
@
11 years ago
- Keywords has-patch added; needs-patch good-first-bug removed
- Milestone Future Release → 2.3
Oops, we've missed that this ticket had a patch attached to it for quite a long time. It still looks valid.
I don't have a MS dev install at the moment, so moving to 2.3 for someone to set one up and test the issue and the fix.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This appears to be by design: https://buddypress.trac.wordpress.org/browser/trunk/bp-blogs/bp-blogs-functions.php?annotate=blame#L141 (see 153-154)
What exactly would we show in the directory if a site doesn't have a name? The URL? (That's what WP does, eg, in the toolbar.) I guess I don't see a problem with this; we'll just need a patch that tells
bp_blogs_record_blog()to use the URL when no$nameis passed.