Changeset 6137 for trunk/wp-includes/functions.php
- Timestamp:
- 09/19/2007 04:27:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6110 r6137 1242 1242 1243 1243 if ( !function_exists('did_action') || !did_action('admin_head') ) : 1244 status_header(500); 1245 nocache_headers(); 1246 header('Content-Type: text/html; charset=utf-8'); 1244 if( !headers_sent() ){ 1245 status_header(500); 1246 nocache_headers(); 1247 header('Content-Type: text/html; charset=utf-8'); 1248 } 1247 1249 1248 1250 if ( empty($title) ){
Note: See TracChangeset
for help on using the changeset viewer.