--- a/web/wp-admin/index-extra.php Tue Feb 02 14:45:47 2010 +0000
+++ b/web/wp-admin/index-extra.php Tue Feb 02 15:44:16 2010 +0000
@@ -1,40 +1,40 @@
-<?php
-/**
- * Handle default dashboard widgets options AJAX.
- *
- * @package WordPress
- * @subpackage Administration
- */
-
-/** Load WordPress Bootstrap */
-require_once('admin.php');
-
-/** Load WordPress Administration Dashboard API */
-require( 'includes/dashboard.php' );
-
-/** Load Magpie RSS API or custom RSS API */
-require_once (ABSPATH . WPINC . '/rss.php');
-
-@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
-
-switch ( $_GET['jax'] ) {
-
-case 'dashboard_incoming_links' :
- wp_dashboard_incoming_links_output();
- break;
-
-case 'dashboard_primary' :
- wp_dashboard_rss_output( 'dashboard_primary' );
- break;
-
-case 'dashboard_secondary' :
- wp_dashboard_secondary_output();
- break;
-
-case 'dashboard_plugins' :
- wp_dashboard_plugins_output();
- break;
-
-}
-
+<?php
+/**
+ * Handle default dashboard widgets options AJAX.
+ *
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+/** Load WordPress Bootstrap */
+require_once('admin.php');
+
+/** Load WordPress Administration Dashboard API */
+require( 'includes/dashboard.php' );
+
+/** Load Magpie RSS API or custom RSS API */
+require_once (ABSPATH . WPINC . '/rss.php');
+
+@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
+
+switch ( $_GET['jax'] ) {
+
+case 'dashboard_incoming_links' :
+ wp_dashboard_incoming_links_output();
+ break;
+
+case 'dashboard_primary' :
+ wp_dashboard_rss_output( 'dashboard_primary' );
+ break;
+
+case 'dashboard_secondary' :
+ wp_dashboard_secondary_output();
+ break;
+
+case 'dashboard_plugins' :
+ wp_dashboard_plugins_output();
+ break;
+
+}
+
?>
\ No newline at end of file