Changeset 10257
- Timestamp:
- 09/15/2020 04:44:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r10233 r10257 95 95 } ); 96 96 97 /* 98 // Temporarily disabled to see if this is still needed / causing issues. 97 99 // Work around caching issues 98 100 add_filter( 'pre_option_jetpack_sync_full__started', array( $this, 'bypass_options_cache' ), 10, 2 ); … … 106 108 add_filter( 'pre_option_jetpack_sync_full__finished', array( $this, 'bypass_options_cache' ), 10, 2 ); 107 109 add_filter( 'default_option_jetpack_sync_full__finished', '__return_null' ); 110 */ 108 111 109 112 // Fix login URLs in admin bar
Note: See TracChangeset
for help on using the changeset viewer.