Changeset 6429
- Timestamp:
- 01/25/2018 05:25:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-i18n.php
r6428 r6429 388 388 foreach ( $originals as $original ) { 389 389 if ( ! empty( $original->id ) && array_key_exists( $original->id, $translations ) ) { 390 $content = $this->translate_gp_original( $original->singular, $translation [ $original->id ], $content );390 $content = $this->translate_gp_original( $original->singular, $translations[ $original->id ], $content ); 391 391 } 392 392 }
Note: See TracChangeset
for help on using the changeset viewer.