Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32884 closed defect (bug) (fixed)

choose_primary_blog() displays primary site URLs inconsistently

Reported by: jeremyfelt's profile jeremyfelt Owned by: jeremyfelt's profile jeremyfelt
Milestone: 4.3 Priority: normal
Severity: normal Version:
Component: Networks and Sites Keywords: has-patch
Focuses: ui, administration, multisite Cc:

Description

When a user is a member of multiple sites, and a "choose primary site" option is offered, the home_url() of each site is displayed. This was updated from the site name in [13918].

When a user is a member of only one site, no option is offered and just the domain of the site is displayed.

We should display the full home_url() as displayed when multiple sites are available.

Attachments (3)

32884-domain-only.png (61.2 KB) - added by jeremyfelt 9 years ago.
32884-full-home-url.png (63.4 KB) - added by jeremyfelt 9 years ago.
32884.diff (593 bytes) - added by jeremyfelt 9 years ago.

Download all attachments as: .zip

Change History (4)

@jeremyfelt
9 years ago

#1 @jeremyfelt
9 years ago

  • Owner set to jeremyfelt
  • Resolution set to fixed
  • Status changed from new to closed

In 33081:

Use the full site URL in choose_primary_blog() when a user is a member of only one site.

Aligns with the output used when a user is a member of multiple sites.

Fixes #32884.

Note: See TracTickets for help on using tickets.