Making WordPress.org


Ignore:
Timestamp:
11/28/2017 10:51:09 PM (7 years ago)
Author:
dd32
Message:

Plugin Directory: Revert [6185]

File:
1 edited

Legend:

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

    r6185 r6188  
    9090        if (
    9191            ( !isset( $headers->Version ) || $headers->Version != get_post_meta( $plugin->ID, 'version', true ) ) ||
    92             $plugin->post_modified == '0000-00-00 00:00:00'
    93            //   ||  ( $svn_changed_tags && in_array( ( $stable_tag ?: 'trunk' ), $svn_changed_tags, true ) )
     92            $plugin->post_modified == '0000-00-00 00:00:00' ||
     93            ( $svn_changed_tags && in_array( ( $stable_tag ?: 'trunk' ), $svn_changed_tags, true ) )
    9494        ) {
    9595            $plugin->post_modified = $plugin->post_modified_gmt = current_time( 'mysql' );
Note: See TracChangeset for help on using the changeset viewer.