Changeset 43223 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/10/2018 07:51:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43174 r43223 6250 6250 6251 6251 /** 6252 * Trigger the check for policy text changes.6253 *6254 * @since 4.9.66255 * @access private6256 */6257 function _wp_privacy_active_plugins_change() {6258 update_option( '_wp_privacy_text_change_check', 'check' );6259 }6260 6261 /**6262 6252 * Schedule a `WP_Cron` job to delete expired export files. 6263 6253 *
Note: See TracChangeset
for help on using the changeset viewer.