Changeset 7807 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-make-core-pot.php
- Timestamp:
- 10/31/2018 01:35:27 PM (6 years ago)
- 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 73 73 $command .= ' --file-comment=' . escapeshellarg( $file_comment ); 74 74 $command .= ' --skip-js'; 75 $command .= ' --skip-audit'; 75 76 $command .= ' --ignore-domain'; 76 77 … … 86 87 $command .= ' --file-comment=' . escapeshellarg( $file_comment ); 87 88 $command .= ' --skip-js'; 89 $command .= ' --skip-audit'; 88 90 $command .= ' --ignore-domain'; 89 91 … … 102 104 $command .= ' --file-comment=' . escapeshellarg( $file_comment ); 103 105 $command .= ' --skip-js'; 106 $command .= ' --skip-audit'; 104 107 $command .= ' --ignore-domain'; 105 108 … … 131 134 $command .= ' --file-comment=' . escapeshellarg( $file_comment ); 132 135 $command .= ' --skip-js'; 136 $command .= ' --skip-audit'; 133 137 $command .= ' --ignore-domain'; 134 138 … … 147 151 $command .= ' --file-comment=' . escapeshellarg( $file_comment ); 148 152 $command .= ' --skip-js'; 153 $command .= ' --skip-audit'; 149 154 $command .= ' --ignore-domain'; 150 155
Note: See TracChangeset
for help on using the changeset viewer.