[wp-trac] [WordPress Trac] #12460: Overhaul of some multisite files
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 3 03:22:25 UTC 2010
#12460: Overhaul of some multisite files
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Multisite | Version: 3.0
Severity: normal | Keywords: has-patch
-------------------------------+--------------------------------------------
Comment(by nacin):
I'm not talking about db access, I'm just referring to:
{{{
update_site_option( 'site_admins', array( 'nacin' ) );
}}}
Or, instead of replacing the current value:
{{{
update_site_option( 'site_admins', array_merge( get_site_option(
'site_admins' ), array( 'nacin' ) ) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12460#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list