Making WordPress.org

Changeset 6185


Ignore:
Timestamp:
11/28/2017 07:06:10 PM (7 years ago)
Author:
Otto42
Message:

Plugin Directory: Temporarily disable updating of last-updated information while the checksum building process runs.

File:
1 edited

Legend:

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

    r6074 r6185  
    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.