Changeset 43101 for branches/4.9/src/wp-includes/functions.php
- Timestamp:
- 05/02/2018 02:58:12 AM (3 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r43097 r43101 5937 5937 5938 5938 /** 5939 * Trigger the check for policy text changes. 5940 * 5941 * @since 4.9.6 5942 * @access private 5943 */ 5944 function _wp_privacy_active_plugins_change() { 5945 update_option( '_wp_privacy_text_change_check', 'check' ); 5946 } 5947 5948 /** 5939 5949 * Schedule a `WP_Cron` job to delete expired export files. 5940 5950 *
Note: See TracChangeset
for help on using the changeset viewer.