Changeset 55210 for trunk/src/wp-includes/class-simplepie.php
- Timestamp:
- 02/03/2023 01:33:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-simplepie.php
r52413 r55210 1865 1865 1866 1866 /** 1867 * Send the content-type header with correct encoding1867 * Send the Content-Type header with correct encoding 1868 1868 * 1869 1869 * This method ensures that the SimplePie-enabled page is being served with … … 1887 1887 if (!headers_sent()) 1888 1888 { 1889 $header = "Content- type: $mime;";1889 $header = "Content-Type: $mime;"; 1890 1890 if ($this->get_encoding()) 1891 1891 {
Note: See TracChangeset
for help on using the changeset viewer.