Ticket #34967: 34967.patch
File 34967.patch, 559 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/functions.php
172 172 function wp_maybe_decline_date( $date ) { 173 173 global $wp_locale; 174 174 175 // i18n functions are not available in SHORTINIT mode 176 if ( ! function_exists( '_x' ) ) { 177 return $date; 178 } 179 175 180 /* translators: If months in your language require a genitive case, 176 181 * translate this to 'on'. Do not translate into your own language. 177 182 */