Changeset 43225 for branches/4.9/src/wp-includes/functions.php
- Timestamp:
- 05/10/2018 08:07:11 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r43163 r43225 5938 5938 5939 5939 /** 5940 * Trigger the check for policy text changes.5941 *5942 * @since 4.9.65943 * @access private5944 */5945 function _wp_privacy_active_plugins_change() {5946 update_option( '_wp_privacy_text_change_check', 'check' );5947 }5948 5949 /**5950 5940 * Schedule a `WP_Cron` job to delete expired export files. 5951 5941 *
Note: See TracChangeset
for help on using the changeset viewer.