Making WordPress.org


Ignore:
Timestamp:
04/30/2017 07:18:49 PM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Optimize namespace imports.

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  
    11<?php
    22namespace WordPressdotorg\Plugin_Directory\Jobs;
     3
    34use WordPressdotorg\Plugin_Directory\Plugin_Directory;
    45
     
    6061                }
    6162
    62                 // Sync new (and updated) ratings to postmeta 
     63                // Sync new (and updated) ratings to postmeta
    6364                $last_review_time = get_option( 'plugin_last_review_sync' );
    6465                $current_review_time = $wpdb->get_var( "SELECT MAX(`date`) FROM `ratings`" );
Note: See TracChangeset for help on using the changeset viewer.