Making WordPress.org

Changeset 10257


Ignore:
Timestamp:
09/15/2020 04:44:09 AM (3 years ago)
Author:
dd32
Message:

Plugin Directory: Search/Sync: Remove some cachine bypass hacks added for Jetpack Sync options.

We're unsure if these are still in use/needed or if they're potentially causing some sync issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r10233 r10257  
    9595        } );
    9696
     97/*
     98        // Temporarily disabled to see if this is still needed / causing issues.
    9799        // Work around caching issues
    98100        add_filter( 'pre_option_jetpack_sync_full__started', array( $this, 'bypass_options_cache' ), 10, 2 );
     
    106108        add_filter( 'pre_option_jetpack_sync_full__finished', array( $this, 'bypass_options_cache' ), 10, 2 );
    107109        add_filter( 'default_option_jetpack_sync_full__finished', '__return_null' );
     110*/
    108111
    109112        // Fix login URLs in admin bar
Note: See TracChangeset for help on using the changeset viewer.