Changeset 4418
- Timestamp:
- 11/24/2016 10:04:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r4412 r4418 65 65 // Work around caching issues 66 66 add_filter( 'pre_option_jetpack_sync_full__started' , array( $this, 'bypass_options_cache' ), 10, 2 ); 67 add_filter( 'default_option_jetpack_sync_full__started', '__return_null' ); 67 68 add_filter( 'pre_option_jetpack_sync_full__params' , array( $this, 'bypass_options_cache' ), 10, 2 ); 69 add_filter( 'default_option_jetpack_sync_full__params', '__return_null' ); 68 70 add_filter( 'pre_option_jetpack_sync_full__queue_finished' , array( $this, 'bypass_options_cache' ), 10, 2 ); 71 add_filter( 'default_option_jetpack_sync_full__queue_finished', '__return_null' ); 69 72 add_filter( 'pre_option_jetpack_sync_full__send_started' , array( $this, 'bypass_options_cache' ), 10, 2 ); 73 add_filter( 'default_option_jetpack_sync_full__send_started', '__return_null' ); 70 74 add_filter( 'pre_option_jetpack_sync_full__finished' , array( $this, 'bypass_options_cache' ), 10, 2 ); 75 add_filter( 'default_option_jetpack_sync_full__finished', '__return_null' ); 71 76 72 77 /*
Note: See TracChangeset
for help on using the changeset viewer.