From bd4c250078deb4ade9b6b1d3ec884c63d6595e2e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 28 Feb 2016 20:43:26 +0000 Subject: [PATCH] Docs: Correct `_n_noop()` and `_nx_noop()` descriptions to use third-person singular verbs. Props realloc. See #35961. Built from https://develop.svn.wordpress.org/trunk@36765 git-svn-id: http://core.svn.wordpress.org/trunk@36732 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index ed0b940c13..bfc659897e 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -389,7 +389,7 @@ function _nx($single, $plural, $number, $context, $domain = 'default') { } /** - * Registers plural strings in POT file, but don't translate them. + * Registers plural strings in POT file, but does not translate them. * * Used when you want to keep structures with translatable plural * strings and use them later when the number is known. @@ -426,7 +426,7 @@ function _n_noop( $singular, $plural, $domain = null ) { } /** - * Register plural strings with gettext context in the POT file, but don't translate them. + * Registers plural strings with gettext context in POT file, but does not translate them. * * Used when you want to keep structures with translatable plural * strings and use them later when the number is known. diff --git a/wp-includes/version.php b/wp-includes/version.php index b5aaa861ab..ab7a1482d5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36764'; +$wp_version = '4.5-beta1-36765'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.