Make WordPress Core

Ticket #34967: 34967.patch

File 34967.patch, 559 bytes (added by SergeyBiryukov, 9 years ago)
  • src/wp-includes/functions.php

     
    172172function wp_maybe_decline_date( $date ) {
    173173        global $wp_locale;
    174174
     175        // i18n functions are not available in SHORTINIT mode
     176        if ( ! function_exists( '_x' ) ) {
     177                return $date;
     178        }
     179
    175180        /* translators: If months in your language require a genitive case,
    176181         * translate this to 'on'. Do not translate into your own language.
    177182         */