Changeset 4871
- Timestamp:
- 02/06/07 20:12:53 (1 year ago)
- Files:
-
- branches/2.1/wp-admin/index-extra.php (modified) (1 diff)
- trunk/wp-admin/index-extra.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-admin/index-extra.php
r4484 r4871 2 2 require_once('admin.php'); 3 3 require_once (ABSPATH . WPINC . '/rss.php'); 4 5 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 4 6 5 7 switch ( $_GET['jax'] ) { trunk/wp-admin/index-extra.php
r4484 r4871 2 2 require_once('admin.php'); 3 3 require_once (ABSPATH . WPINC . '/rss.php'); 4 5 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 4 6 5 7 switch ( $_GET['jax'] ) {
