[wpmu-trac] [WordPress MU Trac] #1045: typo in wpmu-settings.php in 2.8.1
WordPress MU Trac
wpmu-trac at lists.automattic.com
Tue Jul 14 10:23:23 UTC 2009
#1045: typo in wpmu-settings.php in 2.8.1
-----------------------+----------------------------------------------------
Reporter: simonetel | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Version: 2.8.1
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
in get_current_site_name() there's the line:
{{{
if ( !$current->site->site_name ) {
}}}
which should be:
{{{
if ( !$current_site->site_name ) {
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/1045>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list