Changeset 5312

Show
Ignore:
Timestamp:
04/25/07 03:14:11 (1 year ago)
Author:
rob1n
Message:

Housekeeping -- a misspelling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/rss.php

    r4997 r5312  
    816816        return -1; 
    817817    } 
    818     } 
     818
     819 
    819820function wp_rss ($url, $num_items) { 
    820821    //ini_set("display_errors", false); uncomment to suppress php errors thrown if the feed is not returned. 
     
    833834    } 
    834835        else { 
    835             echo "an error has occured the feed is probably down, try again later."
     836            echo 'An error has occurred the feed is probably down, try again later.'
    836837    } 
    837838}