Changeset 33027 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/01/2015 03:42:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r32994 r33027 1139 1139 $locale = get_locale(); 1140 1140 1141 if ( 'de_DE' == $locale ) {1141 if ( 'de_DE' == $locale || 'de_DE_formal' == $locale ) { 1142 1142 $chars[ chr(195).chr(132) ] = 'Ae'; 1143 1143 $chars[ chr(195).chr(164) ] = 'ae';
Note: See TracChangeset
for help on using the changeset viewer.