[wp-trac] Re: [WordPress Trac] #2775: Ability for all users to
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 21 15:58:16 GMT 2006
#2775: Ability for all users to add users of lesser cabable roles
--------------------------------------------+-------------------------------
Reporter: doit-cu | Owner: doit-cu
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Administration | Version: 2.1
Severity: normal | Resolution:
Keywords: bg|has-patch, bg|needs-testing |
--------------------------------------------+-------------------------------
Comment (by ryanscheuermann):
Found a small bug in your metacaps.diff:
Lines 26-27:
{{{
if(is_array($plugin_caps)){
array_merge($caps, $plugin_caps);
}}}
should be:
{{{
if(is_array($plugin_caps)){
$caps = array_merge($caps, $plugin_caps);
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/2775>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list