[wp-trac] [WordPress Trac] #12139: Deprecate Site Wide Only: true in favor of Network: true
WordPress Trac
wp-trac at lists.automattic.com
Fri Feb 5 20:30:22 UTC 2010
#12139: Deprecate Site Wide Only: true in favor of Network: true
-------------------------+--------------------------------------------------
Reporter: wpmuguru | Owner: westi
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Plugins | Version:
Severity: normal | Keywords: multisite
-------------------------+--------------------------------------------------
Changes (by nacin):
* milestone: Future Release => 3.0
Comment:
Patch three incorporates a _deprecated_argument() call. It only triggers
when Network is missing AND Site Wide Only exists. A plugin author that
includes both trying to cover the bases or maintain compat (even though he
shouldn't need to do either) is probably aware of what he's doing.
{{{
_deprecated_argument( __FUNCTION__, '3.0', sprintf( __( 'The
<code>%1$s</code> plugin header is deprecated. Use <code>%2$s</code>
instead.' ), 'Site Wide Only: true', 'Network: true' ) );
}}}
Moving back to 3.0, I guess. Should be handled now or never.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12139#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list