Make WordPress Core


Ignore:
Timestamp:
06/20/2019 01:46:20 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Date/Time: Add more supported formats to wp_maybe_decline_date().

Props SergeyBiryukov, Rarst.
Fixes #37411.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/maybeDeclineDate.php

    r42343 r45555  
    44 * @group functions.php
    55 * @group i18n
     6 * @group datetime
    67 */
    78class Tests_Functions_MaybeDeclineDate extends WP_UnitTestCase {
     
    6970            array( 'ru_RU', '21 Июнь', '21 июня' ),
    7071            array( 'ru_RU', '1 Январь 2016', '1 января 2016' ),
     72            array( 'ru_RU', 'Январь 1st 2016', '1 января 2016' ),
     73            array( 'ru_RU', 'Январь 1 2016', '1 января 2016' ),
    7174            array( 'pl_PL', '1 Styczeń', '1 stycznia' ),
    7275            array( 'hr', '1. Siječanj', '1. siječnja' ),
Note: See TracChangeset for help on using the changeset viewer.