Opened 12 years ago
Closed 10 years ago
#4852 closed defect (bug) (fixed)
Site Directory Missing Sites
Reported by: | ubernaut | Owned by: | imath |
---|---|---|---|
Milestone: | 2.3 | Priority: | low |
Severity: | trivial | Version: | |
Component: | Blogs | 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
@
12 years ago
- Component changed from Core to Blogs
- Milestone changed from Awaiting Review to Future Release
- Priority changed from normal to low
- Severity changed from normal to trivial
#4
@
10 years ago
- Keywords has-patch added; needs-patch good-first-bug removed
- Milestone changed from Future Release to 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.
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$name
is passed.