Changeset 4337 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 11/07/2016 11:22:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r4263 r4337 673 673 */ 674 674 if ( class_exists( 'Jetpack' ) && ! empty( \Jetpack::$instance->sync->sync ) ) { 675 // Attempt to work around the problem with options cache poisoning from subdomains 676 refresh_blog_details(); 675 677 add_filter( 'wporg_plugins_custom_meta_fields', array( $this, 'filter_post_meta_i18n' ), 10, 2 ); 676 678 }
Note: See TracChangeset
for help on using the changeset viewer.