Changeset 5640 for trunk/wp-admin/index-extra.php
- Timestamp:
- 06/02/2007 05:21:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r5347 r5640 3 3 require_once (ABSPATH . WPINC . '/rss.php'); 4 4 5 @header('Content- type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));5 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 6 6 7 7 switch ( $_GET['jax'] ) {
Note: See TracChangeset
for help on using the changeset viewer.