Make WordPress Core

Changeset 38316


Ignore:
Timestamp:
08/22/2016 09:32:09 PM (8 years ago)
Author:
wonderboymusic
Message:

Locale: declare the $month_genitive field on WP_Locale.

See #37771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale.php

    r37889 r38316  
    5959     */
    6060    public $month;
     61
     62    /**
     63     * Stores the translated strings for the month names in genitive case, if the locale specifies.
     64     *
     65     * @since 4.4.0
     66     * @var array
     67     */
     68    public $month_genitive;
    6169
    6270    /**
Note: See TracChangeset for help on using the changeset viewer.