mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Allow 'Cockney' filter to be translated.
Updates unit test. Props miqrogroove. Fixes #31953. git-svn-id: https://develop.svn.wordpress.org/trunk@32788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1529,6 +1529,8 @@ class Tests_Formatting_WPTexturize extends WP_UnitTestCase {
|
||||
case '”' : return '!closeq2!';
|
||||
case '′' : return '!prime1!';
|
||||
case '″' : return '!prime2!';
|
||||
case '’tain’t,’twere,’twas,’tis,’twill,’til,’bout,’nuff,’round,’cause,’em' :
|
||||
return '!apos!tain!apos!t,!apos!twere,!apos!twas,!apos!tis,!apos!twill,!apos!til,!apos!bout,!apos!nuff,!apos!round,!apos!cause,!apos!em';
|
||||
default : return $translations;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user