[wp-trac] [WordPress Trac] #11796: Deprecate VHOSTS in favor of a boolean
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 6 22:52:42 UTC 2010
#11796: Deprecate VHOSTS in favor of a boolean
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Multisite | Version: 3.0
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
or maybe change the checks to something like this, so as to give plugin
authors the time to update their code:
{{{
if ( VHOSTS && VHOSTS != 'no' )
}}}
Or maybe add some kind of function call that returns true|false so that
plugin devs don't need to worry about the constant's value.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11796>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list