Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15297 closed defect (bug) (fixed)

class-wp-ms-sites-list-table.php bug

Reported by: ronbme's profile ronbme Owned by: westi's profile westi
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: General Keywords:
Focuses: Cc:

Description

Line 177 Should be changed to:

$blogname = ( is_subdomain_install() ) ? str_replace( '.'.$current_site->domain, , $blogdomain? ) : $blogpath?;

Currently only displays domain name and not path as previously in multi-site network.

Change History (5)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1
  • Owner set to westi
  • Status changed from new to assigned

#2 @markmcwilliams
14 years ago

I was about to say the same thing, noticed it on my local install!

#3 @westi
14 years ago

I guess I need another test install :-P

Previously it was completely broken for subdomain installs.

#4 @westi
14 years ago

Amazing what little breaks when you haven't got

define( 'SUBDOMAIN_INSTALL', true );

In your wp-config.php

Had forgotten how ghetto our detection was :-)

#5 @westi
14 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [16158]) Revert part of [16126] and restore the correct behaviour in the ms sites list. Fixes #15297 props ronbme

Note: See TracTickets for help on using tickets.