Changeset 10097
- Timestamp:
- 07/25/2020 10:34:28 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-export.php
r10064 r10097 152 152 return 'po'; 153 153 }, $entry->references ); 154 155 // Always add all entries to the PO file.156 $sources[] = 'po';157 154 158 155 $sources = array_unique( $sources ); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-language-pack.php
r9721 r10097 428 428 return 'po'; 429 429 }, $entry->references ); 430 431 // Always add all entries to the PO file.432 $sources[] = 'po';433 430 434 431 $sources = array_unique( $sources );
Note: See TracChangeset
for help on using the changeset viewer.