Changeset 8461 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-translation-sync.php
- Timestamp:
- 03/14/2019 04:55:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-translation-sync.php
r7477 r8461 33 33 if ( is_object( $wp_object_cache ) ) { 34 34 $wp_object_cache->cache = array(); 35 $wp_object_cache->stats = array(); 35 $wp_object_cache->stats = array( 'add' => 0, 'get' => 0, 'get_multi' => 0, 'delete' => 0); 36 $wp_object_cache->group_ops = array(); 36 37 } 37 38
Note: See TracChangeset
for help on using the changeset viewer.