diff --git a/tools/i18n/extract.php b/tools/i18n/extract.php index 883e14ccb4..bd40f9d056 100644 --- a/tools/i18n/extract.php +++ b/tools/i18n/extract.php @@ -3,6 +3,10 @@ $pomo = dirname( dirname( dirname( __FILE__ ) ) ) . '/src/wp-includes/pomo'; require_once "$pomo/entry.php"; require_once "$pomo/translations.php"; +/** + * Responsible for extracting translatable strings from PHP source files + * in the form of Translations instances + */ class StringExtractor { var $rules = array();