Extract: `_` and `_c` aren't among the common gettext function names

Let's just remove them from the default rules


git-svn-id: https://develop.svn.wordpress.org/trunk@25919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Nikolay Bachiyski 2013-10-26 00:46:34 +00:00
parent 97a7dfc936
commit 54e6261a34
1 changed files with 0 additions and 2 deletions

View File

@ -10,10 +10,8 @@ require_once "$pomo/translations.php";
class StringExtractor {
var $rules = array(
'_' => array( 'string' ),
'__' => array( 'string' ),
'_e' => array( 'string' ),
'_c' => array( 'string' ),
'_n' => array( 'singular', 'plural' ),
);
var $comment_prefix = 'translators:';