Changeset 5449 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-meta-sync.php
- Timestamp:
- 04/30/2017 07:18:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-meta-sync.php
r4728 r5449 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory\Jobs; 3 3 4 use WordPressdotorg\Plugin_Directory\Plugin_Directory; 4 5 … … 60 61 } 61 62 62 // Sync new (and updated) ratings to postmeta 63 // Sync new (and updated) ratings to postmeta 63 64 $last_review_time = get_option( 'plugin_last_review_sync' ); 64 65 $current_review_time = $wpdb->get_var( "SELECT MAX(`date`) FROM `ratings`" );
Note: See TracChangeset
for help on using the changeset viewer.