Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (19 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/spellchecker/tinyspell.php

    r5614 r5700  
    116116                $result = $tinyspell->checkWords($words);
    117117            break;
    118    
     118
    119119            case "suggest":
    120120                $result = $tinyspell->getSuggestion($check);
     
    139139            $body  = '<?xml version="1.0" encoding="utf-8" ?>';
    140140            $body .= "\n";
    141            
     141
    142142            if (count($result) == 0)
    143143                $body .= '<res id="' . $id . '" cmd="'. $cmd .'" />';
Note: See TracChangeset for help on using the changeset viewer.