Make WordPress Core


Ignore:
Timestamp:
01/24/2016 03:28:40 PM (11 years ago)
Author:
westi
Message:

i18n tools: Add the text domain to translate_nooped_plural() calls as well.

Fixes #34126 props jrf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/i18n/add-textdomain.php

    r32990 r36390  
    2121                $makepot = new MakePOT;
    2222                $this->funcs = array_keys( $makepot->rules );
     23                $this->funcs[] = 'translate_nooped_plural';
    2324        }
    2425
Note: See TracChangeset for help on using the changeset viewer.