Changeset 7809 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-make-core-pot.php
- Timestamp:
- 10/31/2018 05:50:23 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
r7808 r7809 87 87 'wp-content/plugins/akismet/*', 88 88 // External JavaScript libaries. 89 'wp-includes/js/tinymce/*',90 89 'wp-includes/js/codemirror/*', 91 90 'wp-includes/js/crop/*', … … 102 101 ]; 103 102 103 // Support https://build.trac.wordpress.org/browser/branches/4.2/wp-includes/js/tinymce/wp-mce-help.php for pre-4.3. 104 if ( version_compare( $wp_version, '4.3-beta', '>=' ) ) { 105 $front_end_exclude[] = 'wp-includes/js/tinymce/*'; 106 } 107 104 108 $command = 'i18n make-pot ' . escapeshellarg( $this->source ); 105 109 $command .= ' ' . escapeshellarg( $this->destination . '/wordpress.pot' );
Note: See TracChangeset
for help on using the changeset viewer.