Make WordPress Core


Ignore:
Timestamp:
10/26/2013 12:41:34 AM (11 years ago)
Author:
nbachiyski
Message:

Extract: add a phpdoc to clarify the class responsibility

First step towards making it do only one thing and cleaning it up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/i18n/extract.php

    r25015 r25917  
    44require_once "$pomo/translations.php";
    55
     6/**
     7 * Responsible for extracting translatable strings from PHP source files
     8 * in the form of Translations instances
     9 */
    610class StringExtractor {
    711
Note: See TracChangeset for help on using the changeset viewer.