- Timestamp:
- 02/03/2023 01:33:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-renderer.php
r54133 r55210 124 124 */ 125 125 public function render_index( $sitemaps ) { 126 header( 'Content- type: application/xml; charset=UTF-8' );126 header( 'Content-Type: application/xml; charset=UTF-8' ); 127 127 128 128 $this->check_for_simple_xml_availability(); … … 189 189 */ 190 190 public function render_sitemap( $url_list ) { 191 header( 'Content- type: application/xml; charset=UTF-8' );191 header( 'Content-Type: application/xml; charset=UTF-8' ); 192 192 193 193 $this->check_for_simple_xml_availability();
Note: See TracChangeset
for help on using the changeset viewer.