Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1183,8 +1183,8 @@ |
1184 | 1184 | } |
1185 | 1185 | |
1186 | 1186 | /** |
1187 | | - * Filter an output field through a Unicode de-armoring process if it |
1188 | | - * came from an old browser with known broken Unicode editing issues. |
| 1187 | + * Filter an output field through a Unicode armoring process if it is |
| 1188 | + * going to an old browser with known broken Unicode editing issues. |
1189 | 1189 | * |
1190 | 1190 | * @param string $text |
1191 | 1191 | * @return string |