[wp-trac] [WordPress Trac] #30145: Introduce wp_is_trusted_network()
WordPress Trac
noreply at wordpress.org
Wed Oct 29 02:02:43 UTC 2014
#30145: Introduce wp_is_trusted_network()
--------------------------------+-------------------------
Reporter: jeremyfelt | Owner: jeremyfelt
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 4.1
Component: Networks and Sites | Version:
Severity: normal | Resolution:
Keywords: | Focuses: multisite
--------------------------------+-------------------------
Comment (by knutsp):
This function must always exist, and should by default return true for
single installs, and false for multisite. No more global functions without
a `wp_` prefix, please. `is_trusted_network()` may have been used already,
somewhere.
Then to determine on what conditions this should return true for
multisite, like a constant, or a site option.
After that we can start implementing it to make multisite go in the
direction we want.
Just my humble opinion, or my two cents, if you wish.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30145#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list