MS: Remove `@todo` for `ms_protect_special_option()` from `delete_site_option()`.
This todo has been in place since the original merge of MU. At the time of merge, `wpmu_protect_special_option()` protected an empty array, and there has been no noticeable need since. As we introduce `_network_option()`, let's leave this behind. A new ticket can be opened if necessary. See #28290. Built from https://develop.svn.wordpress.org/trunk@34756 git-svn-id: http://core.svn.wordpress.org/trunk@34721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea28454867
commit
e2c6216b21
|
@ -1185,8 +1185,6 @@ function add_site_option( $option, $value ) {
|
|||
function delete_site_option( $option ) {
|
||||
global $wpdb;
|
||||
|
||||
// ms_protect_special_option( $option ); @todo
|
||||
|
||||
/**
|
||||
* Fires immediately before a specific site option is deleted.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34755';
|
||||
$wp_version = '4.4-alpha-34756';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue