Locale: declare the $month_genitive field on WP_Locale.

See #37771.

Built from https://develop.svn.wordpress.org/trunk@38316


git-svn-id: http://core.svn.wordpress.org/trunk@38257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2016-08-22 21:33:28 +00:00
parent b0fa9aac6b
commit d3312bc278
2 changed files with 9 additions and 1 deletions

View File

@ -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.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38315';
$wp_version = '4.7-alpha-38316';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.