Index: wp-app.php
===================================================================
--- wp-app.php	(revision 6024)
+++ wp-app.php	(working copy)
@@ -1140,4 +1140,4 @@
 $server = new AtomServer();
 $server->handle_request();
 
-?>
+?>
\ No newline at end of file
Index: wp-blog-header.php
===================================================================
--- wp-blog-header.php	(revision 6024)
+++ wp-blog-header.php	(working copy)
@@ -22,4 +22,4 @@
 
 endif;
 
-?>
+?>
\ No newline at end of file
Index: wp-comments-post.php
===================================================================
--- wp-comments-post.php	(revision 6024)
+++ wp-comments-post.php	(working copy)
@@ -74,4 +74,4 @@
 
 wp_redirect($location);
 
-?>
+?>
\ No newline at end of file
Index: wp-config-sample.php
===================================================================
--- wp-config-sample.php	(revision 6024)
+++ wp-config-sample.php	(working copy)
@@ -20,4 +20,4 @@
 
 define('ABSPATH', dirname(__FILE__).'/');
 require_once(ABSPATH.'wp-settings.php');
-?>
+?>
\ No newline at end of file
Index: wp-cron.php
===================================================================
--- wp-cron.php	(revision 6024)
+++ wp-cron.php	(working copy)
@@ -32,4 +32,4 @@
 
 update_option('doing_cron', 0);
 
-?>
+?>
\ No newline at end of file
Index: wp-feed.php
===================================================================
--- wp-feed.php	(revision 6024)
+++ wp-feed.php	(working copy)
@@ -7,4 +7,4 @@
 
 do_feed();
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/atomlib.php
===================================================================
--- wp-includes/atomlib.php	(revision 6024)
+++ wp-includes/atomlib.php	(working copy)
@@ -310,4 +310,4 @@
     }
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/feed.php
===================================================================
--- wp-includes/feed.php	(revision 6024)
+++ wp-includes/feed.php	(working copy)
@@ -248,4 +248,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 6024)
+++ wp-includes/formatting.php	(working copy)
@@ -1218,4 +1218,4 @@
 	return $matches[0];
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 6024)
+++ wp-includes/functions.php	(working copy)
@@ -1358,4 +1358,4 @@
 	while ( @ob_end_flush() );
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 6024)
+++ wp-includes/general-template.php	(working copy)
@@ -1084,4 +1084,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/gettext.php
===================================================================
--- wp-includes/gettext.php	(revision 6024)
+++ wp-includes/gettext.php	(working copy)
@@ -391,4 +391,4 @@
 
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/kses.php
===================================================================
--- wp-includes/kses.php	(revision 6024)
+++ wp-includes/kses.php	(working copy)
@@ -739,4 +739,4 @@
 
 add_action('init', 'kses_init');
 add_action('set_current_user', 'kses_init');
-?>
+?>
\ No newline at end of file
Index: wp-includes/l10n.php
===================================================================
--- wp-includes/l10n.php	(revision 6024)
+++ wp-includes/l10n.php	(working copy)
@@ -107,4 +107,4 @@
 	load_textdomain($domain, $mofile);
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 6024)
+++ wp-includes/link-template.php	(working copy)
@@ -582,4 +582,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/locale.php
===================================================================
--- wp-includes/locale.php	(revision 6024)
+++ wp-includes/locale.php	(working copy)
@@ -150,4 +150,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 6024)
+++ wp-includes/pluggable.php	(working copy)
@@ -663,4 +663,4 @@
 }
 endif;
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/plugin.php
===================================================================
--- wp-includes/plugin.php	(revision 6024)
+++ wp-includes/plugin.php	(working copy)
@@ -308,4 +308,4 @@
 		return $function[0].$function[1];
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/post-template.php
===================================================================
--- wp-includes/post-template.php	(revision 6024)
+++ wp-includes/post-template.php	(working copy)
@@ -472,4 +472,4 @@
 	return $output;
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/query.php
===================================================================
--- wp-includes/query.php	(revision 6024)
+++ wp-includes/query.php	(working copy)
@@ -1511,4 +1511,4 @@
 	return true;
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/registration-functions.php
===================================================================
--- wp-includes/registration-functions.php	(revision 6024)
+++ wp-includes/registration-functions.php	(working copy)
@@ -1,4 +1,4 @@
 <?php
 // Deprecated.  Use registration.php.
 require_once(ABSPATH . WPINC .  '/registration.php');
-?>
+?>
\ No newline at end of file
Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 6024)
+++ wp-includes/rewrite.php	(working copy)
@@ -953,4 +953,4 @@
 	}
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/rss-functions.php
===================================================================
--- wp-includes/rss-functions.php	(revision 6024)
+++ wp-includes/rss-functions.php	(working copy)
@@ -1,4 +1,4 @@
 <?php
 // Deprecated.  Use rss.php instead.
 require_once (ABSPATH . WPINC . '/rss.php');
-?>
+?>
\ No newline at end of file
Index: wp-includes/script-loader.php
===================================================================
--- wp-includes/script-loader.php	(revision 6024)
+++ wp-includes/script-loader.php	(working copy)
@@ -419,4 +419,4 @@
 	}
 	$wp_scripts->enqueue( $handle );
 }
-?>
+?>
\ No newline at end of file
Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 6024)
+++ wp-includes/theme.php	(working copy)
@@ -540,4 +540,4 @@
 	add_action('admin_menu', array(&$GLOBALS['custom_image_header'], 'init'));
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/user.php
===================================================================
--- wp-includes/user.php	(revision 6024)
+++ wp-includes/user.php	(working copy)
@@ -247,4 +247,4 @@
 	return $output;
 }
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/version.php
===================================================================
--- wp-includes/version.php	(revision 6024)
+++ wp-includes/version.php	(working copy)
@@ -5,4 +5,4 @@
 $wp_version = '2.3-beta1';
 $wp_db_version = 5540;
 
-?>
+?>
\ No newline at end of file
Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 6024)
+++ wp-includes/widgets.php	(working copy)
@@ -1122,4 +1122,4 @@
 
 add_action('init', 'wp_widgets_init', 1);
 
-?>
+?>
\ No newline at end of file
Index: wp-login.php
===================================================================
--- wp-login.php	(revision 6024)
+++ wp-login.php	(working copy)
@@ -389,4 +389,4 @@
 
 break;
 } // end action switch
-?>
+?>
\ No newline at end of file
Index: wp-mail.php
===================================================================
--- wp-mail.php	(revision 6024)
+++ wp-mail.php	(working copy)
@@ -172,4 +172,4 @@
 
 $pop3->quit();
 
-?>
+?>
\ No newline at end of file
Index: wp-settings.php
===================================================================
--- wp-settings.php	(revision 6024)
+++ wp-settings.php	(working copy)
@@ -292,4 +292,4 @@
 // Everything is loaded and initialized.
 do_action('init');
 
-?>
+?>
\ No newline at end of file
Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 6024)
+++ xmlrpc.php	(working copy)
@@ -2029,4 +2029,4 @@
 
 $wp_xmlrpc_server = new wp_xmlrpc_server();
 
-?>
+?>
\ No newline at end of file
