- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php
r5614 r5700 116 116 $result = $tinyspell->checkWords($words); 117 117 break; 118 118 119 119 case "suggest": 120 120 $result = $tinyspell->getSuggestion($check); … … 139 139 $body = '<?xml version="1.0" encoding="utf-8" ?>'; 140 140 $body .= "\n"; 141 141 142 142 if (count($result) == 0) 143 143 $body .= '<res id="' . $id . '" cmd="'. $cmd .'" />';
Note: See TracChangeset
for help on using the changeset viewer.