Make WordPress Core


Ignore:
Timestamp:
10/01/2015 10:45:18 PM (9 years ago)
Author:
jeremyfelt
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r34045 r34756  
    11861186    global $wpdb;
    11871187
    1188     // ms_protect_special_option( $option ); @todo
    1189 
    11901188    /**
    11911189     * Fires immediately before a specific site option is deleted.
Note: See TracChangeset for help on using the changeset viewer.