Multisite: Deprecate is_user_option_local().

`is_user_option_local()` was added during MU development and used for a handful of changesets before the code using it was removed again. It has not been used by MU or core since nor is it widely used elsewhere.

Fixes #41697.
Props bnap00, jeremyfelt.

Built from https://develop.svn.wordpress.org/trunk@41668


git-svn-id: http://core.svn.wordpress.org/trunk@41502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2017-10-02 03:38:45 +00:00
parent 728e44ab5a
commit 5ccf8eebb7
3 changed files with 28 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41667';
$wp_version = '4.9-alpha-41668';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.