Making WordPress.org

Changeset 14569


Ignore:
Timestamp:
10/24/2025 07:20:05 AM (8 months ago)
Author:
dd32
Message:

Plugin Directory: Disable this mode of PCP temporarily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-updates-pcp.php

    r14566 r14569  
    340340                    '--error-severity=7 --warning-severity=6 --include-low-severity-errors ' .
    341341                    '--categories=plugin_repo --format=json ' .
    342                     '--mode=' . escapeshellarg( $mode ) . ' ' .
     342                    // '--mode=' . escapeshellarg( $mode ) . ' ' .
    343343                    '--slug=' . escapeshellarg( $plugin_slug ) . ' ' .
    344344                    escapeshellarg( $path );
Note: See TracChangeset for help on using the changeset viewer.