Make WordPress Core


Ignore:
Timestamp:
06/02/2007 05:21:18 AM (18 years ago)
Author:
rob1n
Message:

Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r5128 r5640  
    33    header('Allow: POST');
    44    header("HTTP/1.1 405 Method Not Allowed");
    5     header("Content-type: text/plain");
     5    header("Content-Type: text/plain");
    66    exit;
    77}
Note: See TracChangeset for help on using the changeset viewer.