[wpmu-trac] [WordPress MU Trac] #308: wpmu-users.php typo for the
column name
WordPress MU Trac
wpmu-trac at lists.automattic.com
Sun Apr 15 00:32:54 GMT 2007
#308: wpmu-users.php typo for the column name
------------------------+---------------------------------------------------
Reporter: kingler | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone:
Component: component1 | Version:
Severity: normal | Keywords:
------------------------+---------------------------------------------------
'remail' should be changed to 'email'. Otherwise, the user emails are not
shown in the list, and the sortby will fail.
{{{
$posts_columns = array(
'id' => __('ID'),
'login' => __('Login'),
'remail' => __('Email'),
'name' => __('Name'),
'registered' => __('Registered'),
'blogs' => __('Blogs')
);
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/308>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list