Changeset 55210 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 02/03/2023 01:33:18 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55166 r55210 464 464 // Set Content-Type and charset. 465 465 466 // If we don't have a content-type from the input headers.466 // If we don't have a Content-Type from the input headers. 467 467 if ( ! isset( $content_type ) ) { 468 468 $content_type = 'text/plain';
Note: See TracChangeset
for help on using the changeset viewer.