Making WordPress.org


Ignore:
Timestamp:
10/31/2018 01:35:27 PM (6 years ago)
Author:
ocean90
Message:

Translate: Pass --skip-audit to i18n make-pot to disable audits.

See #3748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-make-core-pot.php

    r7801 r7807  
    7373        $command .= ' --file-comment=' . escapeshellarg( $file_comment );
    7474        $command .= ' --skip-js';
     75        $command .= ' --skip-audit';
    7576        $command .= ' --ignore-domain';
    7677
     
    8687        $command .= ' --file-comment=' . escapeshellarg( $file_comment );
    8788        $command .= ' --skip-js';
     89        $command .= ' --skip-audit';
    8890        $command .= ' --ignore-domain';
    8991
     
    102104        $command .= ' --file-comment=' . escapeshellarg( $file_comment );
    103105        $command .= ' --skip-js';
     106        $command .= ' --skip-audit';
    104107        $command .= ' --ignore-domain';
    105108
     
    131134        $command .= ' --file-comment=' . escapeshellarg( $file_comment );
    132135        $command .= ' --skip-js';
     136        $command .= ' --skip-audit';
    133137        $command .= ' --ignore-domain';
    134138
     
    147151        $command .= ' --file-comment=' . escapeshellarg( $file_comment );
    148152        $command .= ' --skip-js';
     153        $command .= ' --skip-audit';
    149154        $command .= ' --ignore-domain';
    150155
Note: See TracChangeset for help on using the changeset viewer.