i18n tools: Add the text domain to translate_nooped_plural() calls as well.
Fixes #34126 props jrf. Built from https://develop.svn.wordpress.org/trunk@36390 git-svn-id: http://core.svn.wordpress.org/trunk@36357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc56bc2d5f
commit
90b80fce4e
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36389';
|
$wp_version = '4.5-alpha-36390';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue