first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\ST\MO\Generate;
|
||||
|
||||
use WPML\ST\TranslationFile\StringsRetrieve;
|
||||
|
||||
class StringsRetrieveMOOriginals extends StringsRetrieve {
|
||||
|
||||
/**
|
||||
* @param array $row_data
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public static function parseTranslation( array $row_data ) {
|
||||
return ! empty( $row_data['mo_string'] ) ? $row_data['mo_string'] : null;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user