Make WordPress Core


Ignore:
Timestamp:
04/25/2007 03:14:11 AM (19 years ago)
Author:
rob1n
Message:

Housekeeping -- a misspelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.