Extract: add a phpdoc to clarify the class responsibility
First step towards making it do only one thing and cleaning it up git-svn-id: https://develop.svn.wordpress.org/trunk@25917 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9a2bf56fc3
commit
38f7bf86c6
@ -3,6 +3,10 @@ $pomo = dirname( dirname( dirname( __FILE__ ) ) ) . '/src/wp-includes/pomo';
|
|||||||
require_once "$pomo/entry.php";
|
require_once "$pomo/entry.php";
|
||||||
require_once "$pomo/translations.php";
|
require_once "$pomo/translations.php";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Responsible for extracting translatable strings from PHP source files
|
||||||
|
* in the form of Translations instances
|
||||||
|
*/
|
||||||
class StringExtractor {
|
class StringExtractor {
|
||||||
|
|
||||||
var $rules = array();
|
var $rules = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user