- Timestamp:
- 07/01/2019 12:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r44676 r45583 333 333 334 334 // Check to see if a .po and .mo exist in the folder. 335 $po = $mo = false; 335 $po = false; 336 $mo = false; 336 337 foreach ( (array) $files as $file => $filedata ) { 337 338 if ( '.po' == substr( $file, -3 ) ) {
Note: See TracChangeset
for help on using the changeset viewer.