Changeset 35880 for trunk/src/wp-includes/functions.php
- Timestamp:
- 12/12/2015 01:41:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r35667 r35880 172 172 function wp_maybe_decline_date( $date ) { 173 173 global $wp_locale; 174 175 // i18n functions are not available in SHORTINIT mode 176 if ( ! function_exists( '_x' ) ) { 177 return $date; 178 } 174 179 175 180 /* translators: If months in your language require a genitive case,
Note: See TracChangeset
for help on using the changeset viewer.