From 03aad23a01dbf4720c5282f8cb0f2036c1d59ff6 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 22 Aug 2016 21:32:09 +0000 Subject: [PATCH] Locale: declare the `$month_genitive` field on `WP_Locale`. See #37771. git-svn-id: https://develop.svn.wordpress.org/trunk@38316 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-locale.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/wp-includes/class-wp-locale.php b/src/wp-includes/class-wp-locale.php index e8dcfc6488..a8a00f4409 100644 --- a/src/wp-includes/class-wp-locale.php +++ b/src/wp-includes/class-wp-locale.php @@ -59,6 +59,14 @@ class WP_Locale { */ public $month; + /** + * Stores the translated strings for the month names in genitive case, if the locale specifies. + * + * @since 4.4.0 + * @var array + */ + public $month_genitive; + /** * Stores the translated strings for the abbreviated month names. *