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.