[wpmu-trac] [WordPress MU Trac] #402: wpmu-users.php lists blogs by domain but needs path for a nonvhost

WordPress MU Trac wpmu-trac at lists.automattic.com
Wed Aug 8 18:47:07 GMT 2007


#402: wpmu-users.php lists blogs by domain but needs path for a nonvhost
------------------------+---------------------------------------------------
 Reporter:  dsader      |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  normal      |   Milestone:          
Component:  component1  |     Version:          
 Severity:  normal      |    Keywords:          
------------------------+---------------------------------------------------
 so line 301
 changes from
 `print '<a href="wpmu-blogs.php?action=editblog&id=' . $val->userblog_id .
 '">' . str_replace( '.' . $current_site->domain, '', $val->domain ) .
 '</a> (<a ';`
 into this
 `print '<a href="wpmu-blogs.php?action=editblog&id=' . $val->userblog_id .
 '">' . str_replace( '.' . $current_site->domain, '', $val->domain .
 $val->path ) . '</a> (<a ';`

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/402>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list