Index: index.php
===================================================================
--- index.php	(revision 11901)
+++ index.php	(working copy)
@@ -15,4 +15,3 @@
 
 /** Loads the WordPress Environment and Template */
 require('./wp-blog-header.php');
-?>
\ No newline at end of file
Index: wp-app.php
===================================================================
--- wp-app.php	(revision 11901)
+++ wp-app.php	(working copy)
@@ -1645,4 +1645,3 @@
 $server = new AtomServer();
 $server->handle_request();
 
-?>
Index: wp-atom.php
===================================================================
--- wp-atom.php	(revision 11901)
+++ wp-atom.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'atom_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-blog-header.php
===================================================================
--- wp-blog-header.php	(revision 11901)
+++ wp-blog-header.php	(working copy)
@@ -17,4 +17,3 @@
 
 }
 
-?>
\ No newline at end of file
Index: wp-comments-post.php
===================================================================
--- wp-comments-post.php	(revision 11901)
+++ wp-comments-post.php	(working copy)
@@ -89,4 +89,3 @@
 
 wp_redirect($location);
 
-?>
Index: wp-commentsrss2.php
===================================================================
--- wp-commentsrss2.php	(revision 11901)
+++ wp-commentsrss2.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-feed.php
===================================================================
--- wp-feed.php	(revision 11901)
+++ wp-feed.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'rss2_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-load.php
===================================================================
--- wp-load.php	(revision 11901)
+++ wp-load.php	(working copy)
@@ -51,4 +51,3 @@
 
 }
 
-?>
Index: wp-login.php
===================================================================
--- wp-login.php	(revision 11901)
+++ wp-login.php	(working copy)
@@ -553,4 +553,3 @@
 
 break;
 } // end action switch
-?>
Index: wp-mail.php
===================================================================
--- wp-mail.php	(revision 11901)
+++ wp-mail.php	(working copy)
@@ -225,4 +225,3 @@
 
 $pop3->quit();
 
-?>
Index: wp-pass.php
===================================================================
--- wp-pass.php	(revision 11901)
+++ wp-pass.php	(working copy)
@@ -16,4 +16,3 @@
 setcookie('wp-postpass_' . COOKIEHASH, $_POST['post_password'], time() + 864000, COOKIEPATH);
 
 wp_safe_redirect(wp_get_referer());
-?>
\ No newline at end of file
Index: wp-rdf.php
===================================================================
--- wp-rdf.php	(revision 11901)
+++ wp-rdf.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'rdf_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-register.php
===================================================================
--- wp-register.php	(revision 11901)
+++ wp-register.php	(working copy)
@@ -12,4 +12,3 @@
 require('./wp-load.php');
 wp_redirect('wp-login.php?action=register');
 
-?>
\ No newline at end of file
Index: wp-rss.php
===================================================================
--- wp-rss.php	(revision 11901)
+++ wp-rss.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'rss_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-rss2.php
===================================================================
--- wp-rss2.php	(revision 11901)
+++ wp-rss2.php	(working copy)
@@ -9,4 +9,3 @@
 require( './wp-load.php' );
 wp_redirect( get_bloginfo( 'rss2_url' ), 301 );
 
-?>
\ No newline at end of file
Index: wp-settings.php
===================================================================
--- wp-settings.php	(revision 11901)
+++ wp-settings.php	(working copy)
@@ -703,4 +703,3 @@
 // Everything is loaded and initialized.
 do_action('init');
 
-?>
Index: wp-trackback.php
===================================================================
--- wp-trackback.php	(revision 11901)
+++ wp-trackback.php	(working copy)
@@ -108,4 +108,3 @@
 	do_action('trackback_post', $wpdb->insert_id);
 	trackback_response(0);
 }
-?>
\ No newline at end of file
Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 11901)
+++ xmlrpc.php	(working copy)
@@ -3425,4 +3425,3 @@
 
 $wp_xmlrpc_server = new wp_xmlrpc_server();
 $wp_xmlrpc_server->serve_request();
-?>
Index: wp-admin/admin-ajax.php
===================================================================
--- wp-admin/admin-ajax.php	(revision 11901)
+++ wp-admin/admin-ajax.php	(working copy)
@@ -1340,4 +1340,3 @@
 	die('0');
 	break;
 endswitch;
-?>
Index: wp-admin/admin-functions.php
===================================================================
--- wp-admin/admin-functions.php	(revision 11901)
+++ wp-admin/admin-functions.php	(working copy)
@@ -13,4 +13,3 @@
 
 /** WordPress Administration API: Includes all Administration functions. */
 require_once(ABSPATH . 'wp-admin/includes/admin.php');
-?>
\ No newline at end of file
Index: wp-admin/admin-post.php
===================================================================
--- wp-admin/admin-post.php	(revision 11901)
+++ wp-admin/admin-post.php	(working copy)
@@ -30,4 +30,3 @@
 
 do_action($action);
 
-?>
\ No newline at end of file
Index: wp-admin/admin.php
===================================================================
--- wp-admin/admin.php	(revision 11901)
+++ wp-admin/admin.php	(working copy)
@@ -156,4 +156,3 @@
 if ( !empty($_REQUEST['action']) )
 	do_action('admin_action_' . $_REQUEST['action']);
 
-?>
Index: wp-admin/async-upload.php
===================================================================
--- wp-admin/async-upload.php	(revision 11901)
+++ wp-admin/async-upload.php	(working copy)
@@ -56,4 +56,3 @@
 	echo apply_filters("async_upload_{$type}", $id);
 }
 
-?>
Index: wp-admin/categories.php
===================================================================
--- wp-admin/categories.php	(revision 11901)
+++ wp-admin/categories.php	(working copy)
@@ -303,4 +303,3 @@
 
 include('admin-footer.php');
 
-?>
Index: wp-admin/comment.php
===================================================================
--- wp-admin/comment.php	(revision 11901)
+++ wp-admin/comment.php	(working copy)
@@ -269,4 +269,3 @@
 
 include('admin-footer.php');
 
-?>
Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 11901)
+++ wp-admin/custom-header.php	(working copy)
@@ -475,4 +475,3 @@
 	}
 
 }
-?>
Index: wp-admin/edit-attachment-rows.php
===================================================================
--- wp-admin/edit-attachment-rows.php	(revision 11901)
+++ wp-admin/edit-attachment-rows.php	(working copy)
@@ -223,5 +223,3 @@
 
 <?php
 } // end if ( have_posts() )
-?>
-
Index: wp-admin/edit-comments.php
===================================================================
--- wp-admin/edit-comments.php	(revision 11901)
+++ wp-admin/edit-comments.php	(working copy)
@@ -414,4 +414,4 @@
 
 <?php
 wp_comment_reply('-1', true, 'detail');
-include('admin-footer.php'); ?>
+include('admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/edit-form-advanced.php
===================================================================
--- wp-admin/edit-form-advanced.php	(revision 11901)
+++ wp-admin/edit-form-advanced.php	(working copy)
@@ -223,4 +223,4 @@
 <script type="text/javascript">
 try{document.post.title.focus();}catch(e){}
 </script>
-<?php endif; ?>
+<?php endif; 
\ No newline at end of file
Index: wp-admin/edit-link-categories.php
===================================================================
--- wp-admin/edit-link-categories.php	(revision 11901)
+++ wp-admin/edit-link-categories.php	(working copy)
@@ -225,4 +225,4 @@
 </div><!-- /wrap -->
 
 <?php inline_edit_term_row('edit-link-categories'); ?>
-<?php include('admin-footer.php'); ?>
+<?php include('admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/edit-tags.php
===================================================================
--- wp-admin/edit-tags.php	(revision 11901)
+++ wp-admin/edit-tags.php	(working copy)
@@ -317,4 +317,3 @@
 
 include('admin-footer.php');
 
-?>
Index: wp-admin/export.php
===================================================================
--- wp-admin/export.php	(revision 11901)
+++ wp-admin/export.php	(working copy)
@@ -62,4 +62,3 @@
 
 
 include ('admin-footer.php');
-?>
Index: wp-admin/import.php
===================================================================
--- wp-admin/import.php	(revision 11901)
+++ wp-admin/import.php	(working copy)
@@ -73,5 +73,3 @@
 <?php
 
 include ('admin-footer.php');
-?>
-
Index: wp-admin/index-extra.php
===================================================================
--- wp-admin/index-extra.php	(revision 11901)
+++ wp-admin/index-extra.php	(working copy)
@@ -37,4 +37,3 @@
 
 }
 
-?>
\ No newline at end of file
Index: wp-admin/index.php
===================================================================
--- wp-admin/index.php	(revision 11901)
+++ wp-admin/index.php	(working copy)
@@ -41,4 +41,4 @@
 
 </div><!-- wrap -->
 
-<?php require(ABSPATH . 'wp-admin/admin-footer.php'); ?>
+<?php require(ABSPATH . 'wp-admin/admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/install-helper.php
===================================================================
--- wp-admin/install-helper.php	(revision 11901)
+++ wp-admin/install-helper.php	(working copy)
@@ -222,4 +222,3 @@
 	return false;
 }
 
-?>
Index: wp-admin/link-add.php
===================================================================
--- wp-admin/link-add.php	(revision 11901)
+++ wp-admin/link-add.php	(working copy)
@@ -27,4 +27,3 @@
 include('edit-link-form.php');
 
 require('admin-footer.php');
-?>
\ No newline at end of file
Index: wp-admin/link-category.php
===================================================================
--- wp-admin/link-category.php	(revision 11901)
+++ wp-admin/link-category.php	(working copy)
@@ -97,4 +97,3 @@
 break;
 }
 
-?>
Index: wp-admin/link-parse-opml.php
===================================================================
--- wp-admin/link-parse-opml.php	(revision 11901)
+++ wp-admin/link-parse-opml.php	(working copy)
@@ -94,4 +94,3 @@
 
 // Free up memory used by the XML parser
 xml_parser_free($xml_parser);
-?>
Index: wp-admin/link.php
===================================================================
--- wp-admin/link.php	(revision 11901)
+++ wp-admin/link.php	(working copy)
@@ -113,4 +113,3 @@
 	default :
 		break;
 }
-?>
Index: wp-admin/media-new.php
===================================================================
--- wp-admin/media-new.php	(revision 11901)
+++ wp-admin/media-new.php	(working copy)
@@ -11,4 +11,3 @@
 require_once('admin.php');
 require_once('media-upload.php');
 
-?>
\ No newline at end of file
Index: wp-admin/media-upload.php
===================================================================
--- wp-admin/media-upload.php	(revision 11901)
+++ wp-admin/media-upload.php	(working copy)
@@ -107,4 +107,3 @@
 	else
 		do_action("media_upload_$tab");
 }
-?>
Index: wp-admin/media.php
===================================================================
--- wp-admin/media.php	(revision 11901)
+++ wp-admin/media.php	(working copy)
@@ -119,4 +119,3 @@
 endswitch;
 
 
-?>
Index: wp-admin/menu.php
===================================================================
--- wp-admin/menu.php	(revision 11901)
+++ wp-admin/menu.php	(working copy)
@@ -309,4 +309,3 @@
 	wp_die( __('You do not have sufficient permissions to access this page.') );
 }
 
-?>
Index: wp-admin/moderation.php
===================================================================
--- wp-admin/moderation.php	(revision 11901)
+++ wp-admin/moderation.php	(working copy)
@@ -9,4 +9,3 @@
  */
 require_once('../wp-load.php');
 wp_redirect('edit-comments.php?comment_status=moderated');
-?>
Index: wp-admin/options-discussion.php
===================================================================
--- wp-admin/options-discussion.php	(revision 11901)
+++ wp-admin/options-discussion.php	(working copy)
@@ -228,4 +228,4 @@
 </form>
 </div>
 
-<?php include('./admin-footer.php'); ?>
+<?php include('./admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/options-general.php
===================================================================
--- wp-admin/options-general.php	(revision 11901)
+++ wp-admin/options-general.php	(working copy)
@@ -280,4 +280,4 @@
 
 </div>
 
-<?php include('./admin-footer.php') ?>
+<?php include('./admin-footer.php') 
\ No newline at end of file
Index: wp-admin/options-head.php
===================================================================
--- wp-admin/options-head.php	(revision 11901)
+++ wp-admin/options-head.php	(working copy)
@@ -14,4 +14,4 @@
 
 <?php if (isset($_GET['updated'])) : ?>
 <div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
-<?php endif; ?>
\ No newline at end of file
+<?php endif; 
\ No newline at end of file
Index: wp-admin/options-media.php
===================================================================
--- wp-admin/options-media.php	(revision 11901)
+++ wp-admin/options-media.php	(working copy)
@@ -75,4 +75,4 @@
 
 </div>
 
-<?php include('./admin-footer.php'); ?>
+<?php include('./admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/options-misc.php
===================================================================
--- wp-admin/options-misc.php	(revision 11901)
+++ wp-admin/options-misc.php	(working copy)
@@ -75,4 +75,4 @@
 </form>
 </div>
 
-<?php include('./admin-footer.php'); ?>
+<?php include('./admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/options-permalink.php
===================================================================
--- wp-admin/options-permalink.php	(revision 11901)
+++ wp-admin/options-permalink.php	(working copy)
@@ -245,4 +245,4 @@
 
 </div>
 
-<?php require('./admin-footer.php'); ?>
+<?php require('./admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/options-privacy.php
===================================================================
--- wp-admin/options-privacy.php	(revision 11901)
+++ wp-admin/options-privacy.php	(working copy)
@@ -48,4 +48,4 @@
 
 </div>
 
-<?php include('./admin-footer.php') ?>
+<?php include('./admin-footer.php') 
\ No newline at end of file
Index: wp-admin/options-reading.php
===================================================================
--- wp-admin/options-reading.php	(revision 11901)
+++ wp-admin/options-reading.php	(working copy)
@@ -87,4 +87,4 @@
 </p>
 </form>
 </div>
-<?php include('./admin-footer.php'); ?>
+<?php include('./admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/options-writing.php
===================================================================
--- wp-admin/options-writing.php	(revision 11901)
+++ wp-admin/options-writing.php	(working copy)
@@ -135,4 +135,4 @@
 </form>
 </div>
 
-<?php include('./admin-footer.php') ?>
+<?php include('./admin-footer.php') 
\ No newline at end of file
Index: wp-admin/options.php
===================================================================
--- wp-admin/options.php	(revision 11901)
+++ wp-admin/options.php	(working copy)
@@ -140,4 +140,3 @@
 } // end switch
 
 include('admin-footer.php');
-?>
Index: wp-admin/page-new.php
===================================================================
--- wp-admin/page-new.php	(revision 11901)
+++ wp-admin/page-new.php	(working copy)
@@ -28,4 +28,3 @@
 
 include('admin-footer.php');
 
-?>
Index: wp-admin/page.php
===================================================================
--- wp-admin/page.php	(revision 11901)
+++ wp-admin/page.php	(working copy)
@@ -232,4 +232,3 @@
 	break;
 } // end switch
 include('admin-footer.php');
-?>
Index: wp-admin/plugins.php
===================================================================
--- wp-admin/plugins.php	(revision 11901)
+++ wp-admin/plugins.php	(working copy)
@@ -572,4 +572,3 @@
 
 <?php
 include('admin-footer.php');
-?>
Index: wp-admin/post-new.php
===================================================================
--- wp-admin/post-new.php	(revision 11901)
+++ wp-admin/post-new.php	(working copy)
@@ -37,4 +37,3 @@
 include('edit-form-advanced.php');
 
 include('admin-footer.php');
-?>
Index: wp-admin/post.php
===================================================================
--- wp-admin/post.php	(revision 11901)
+++ wp-admin/post.php	(working copy)
@@ -272,4 +272,3 @@
 	break;
 } // end switch
 include('admin-footer.php');
-?>
Index: wp-admin/profile.php
===================================================================
--- wp-admin/profile.php	(revision 11901)
+++ wp-admin/profile.php	(working copy)
@@ -16,4 +16,3 @@
 
 /** Load User Editing Page */
 require_once('user-edit.php');
-?>
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 11901)
+++ wp-admin/themes.php	(working copy)
@@ -299,4 +299,4 @@
 ?>
 </div>
 
-<?php require('admin-footer.php'); ?>
+<?php require('admin-footer.php'); 
\ No newline at end of file
Index: wp-admin/tools.php
===================================================================
--- wp-admin/tools.php	(revision 11901)
+++ wp-admin/tools.php	(working copy)
@@ -94,4 +94,3 @@
 </div>
 <?php
 include('admin-footer.php');
-?>
Index: wp-admin/update-core.php
===================================================================
--- wp-admin/update-core.php	(revision 11901)
+++ wp-admin/update-core.php	(working copy)
@@ -234,4 +234,4 @@
 		do_core_upgrade($reinstall);
 	include('admin-footer.php');
 
-}?>
+}
\ No newline at end of file
Index: wp-admin/update-links.php
===================================================================
--- wp-admin/update-links.php	(revision 11901)
+++ wp-admin/update-links.php	(working copy)
@@ -53,4 +53,3 @@
 	$wdpdb->update( $wpdb->links, array('link_updated' => $time), array('link_url' => $uri) );
 }
 
-?>
Index: wp-admin/upgrade-functions.php
===================================================================
--- wp-admin/upgrade-functions.php	(revision 11901)
+++ wp-admin/upgrade-functions.php	(working copy)
@@ -10,4 +10,3 @@
 
 _deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/upgrade.php' );
 require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
-?>
Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 11901)
+++ wp-admin/user-edit.php	(working copy)
@@ -342,4 +342,3 @@
 }
 
 include('admin-footer.php');
-?>
Index: wp-admin/user-new.php
===================================================================
--- wp-admin/user-new.php	(revision 11901)
+++ wp-admin/user-new.php	(working copy)
@@ -151,4 +151,3 @@
 </div>
 <?php
 include('admin-footer.php');
-?>
Index: wp-admin/users.php
===================================================================
--- wp-admin/users.php	(revision 11901)
+++ wp-admin/users.php	(working copy)
@@ -400,4 +400,3 @@
 } // end of the $doaction switch
 
 include('admin-footer.php');
-?>
Index: wp-admin/import/blogger.php
===================================================================
--- wp-admin/import/blogger.php	(revision 11901)
+++ wp-admin/import/blogger.php	(working copy)
@@ -1059,4 +1059,3 @@
 	}
 }
 
-?>
Index: wp-admin/import/blogware.php
===================================================================
--- wp-admin/import/blogware.php	(revision 11901)
+++ wp-admin/import/blogware.php	(working copy)
@@ -212,4 +212,3 @@
 $blogware_import = new BW_Import();
 
 register_importer('blogware', __('Blogware'), __('Import posts from Blogware.'), array ($blogware_import, 'dispatch'));
-?>
Index: wp-admin/import/btt.php
===================================================================
--- wp-admin/import/btt.php	(revision 11901)
+++ wp-admin/import/btt.php	(working copy)
@@ -127,4 +127,3 @@
 // add it to the import page!
 register_importer('btt', 'Bunny&#8217;s Technorati Tags', __('Import Bunny&#8217;s Technorati Tags into WordPress tags.'), array($btt_import, 'dispatch'));
 
-?>
Index: wp-admin/import/dotclear.php
===================================================================
--- wp-admin/import/dotclear.php	(revision 11901)
+++ wp-admin/import/dotclear.php	(working copy)
@@ -726,4 +726,3 @@
 
 register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog.'), array ($dc_import, 'dispatch'));
 
-?>
Index: wp-admin/import/greymatter.php
===================================================================
--- wp-admin/import/greymatter.php	(revision 11901)
+++ wp-admin/import/greymatter.php	(working copy)
@@ -331,4 +331,3 @@
 $gm_import = new GM_Import();
 
 register_importer('greymatter', __('GreyMatter'), __('Import users, posts, and comments from a Greymatter blog.'), array ($gm_import, 'dispatch'));
-?>
Index: wp-admin/import/jkw.php
===================================================================
--- wp-admin/import/jkw.php	(revision 11901)
+++ wp-admin/import/jkw.php	(working copy)
@@ -189,4 +189,3 @@
 // add it to the import page!
 register_importer('jkw', 'Jerome&#8217;s Keywords', __('Import Jerome&#8217;s Keywords into WordPress tags.'), array($jkw_import, 'dispatch'));
 
-?>
Index: wp-admin/import/livejournal.php
===================================================================
--- wp-admin/import/livejournal.php	(revision 11901)
+++ wp-admin/import/livejournal.php	(working copy)
@@ -1051,4 +1051,3 @@
 $lj_api_import = new LJ_API_Import();
 
 register_importer( 'livejournal', __( 'LiveJournal' ), __( 'Import posts from LiveJournal using their API.' ), array( $lj_api_import, 'dispatch' ) );
-?>
Index: wp-admin/import/mt.php
===================================================================
--- wp-admin/import/mt.php	(revision 11901)
+++ wp-admin/import/mt.php	(working copy)
@@ -511,4 +511,3 @@
 $mt_import = new MT_Import();
 
 register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or TypePad blog.'), array ($mt_import, 'dispatch'));
-?>
Index: wp-admin/import/opml.php
===================================================================
--- wp-admin/import/opml.php	(revision 11901)
+++ wp-admin/import/opml.php	(working copy)
@@ -153,4 +153,3 @@
 
 register_importer('opml', __('Blogroll'), __('Import links in OPML format.'), array(&$opml_importer, 'dispatch'));
 
-?>
Index: wp-admin/import/rss.php
===================================================================
--- wp-admin/import/rss.php	(revision 11901)
+++ wp-admin/import/rss.php	(working copy)
@@ -195,4 +195,3 @@
 $rss_import = new RSS_Import();
 
 register_importer('rss', __('RSS'), __('Import posts from an RSS feed.'), array ($rss_import, 'dispatch'));
-?>
Index: wp-admin/import/stp.php
===================================================================
--- wp-admin/import/stp.php	(revision 11901)
+++ wp-admin/import/stp.php	(working copy)
@@ -167,4 +167,3 @@
 
 // add it to the import page!
 register_importer('stp', 'Simple Tagging', __('Import Simple Tagging tags into WordPress tags.'), array($stp_import, 'dispatch'));
-?>
Index: wp-admin/import/textpattern.php
===================================================================
--- wp-admin/import/textpattern.php	(revision 11901)
+++ wp-admin/import/textpattern.php	(working copy)
@@ -697,4 +697,3 @@
 
 register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog.'), array ($txp_import, 'dispatch'));
 
-?>
Index: wp-admin/import/utw.php
===================================================================
--- wp-admin/import/utw.php	(revision 11901)
+++ wp-admin/import/utw.php	(working copy)
@@ -287,4 +287,3 @@
 // add it to the import page!
 register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into WordPress tags.'), array($utw_import, 'dispatch'));
 
-?>
Index: wp-admin/import/wordpress.php
===================================================================
--- wp-admin/import/wordpress.php	(revision 11901)
+++ wp-admin/import/wordpress.php	(working copy)
@@ -808,4 +808,3 @@
 
 register_importer('wordpress', 'WordPress', __('Import <strong>posts, pages, comments, custom fields, categories, and tags</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));
 
-?>
Index: wp-admin/import/wp-cat2tag.php
===================================================================
--- wp-admin/import/wp-cat2tag.php	(revision 11901)
+++ wp-admin/import/wp-cat2tag.php	(working copy)
@@ -469,4 +469,3 @@
 
 register_importer('wp-cat2tag', __('Categories and Tags Converter'), __('Convert existing categories to tags or tags to categories, selectively.'), array(&$wp_cat2tag_importer, 'init'));
 
-?>
Index: wp-admin/includes/admin.php
===================================================================
--- wp-admin/includes/admin.php	(revision 11901)
+++ wp-admin/includes/admin.php	(working copy)
@@ -51,4 +51,3 @@
 /** WordPress Registration API */
 require_once(ABSPATH . WPINC . '/registration.php');
 
-?>
\ No newline at end of file
Index: wp-admin/includes/bookmark.php
===================================================================
--- wp-admin/includes/bookmark.php	(revision 11901)
+++ wp-admin/includes/bookmark.php	(working copy)
@@ -270,4 +270,3 @@
 	return wp_insert_link( $linkdata );
 }
 
-?>
Index: wp-admin/includes/class-ftp-pure.php
===================================================================
--- wp-admin/includes/class-ftp-pure.php	(revision 11901)
+++ wp-admin/includes/class-ftp-pure.php	(working copy)
@@ -187,4 +187,3 @@
 	}
 }
 
-?>
Index: wp-admin/includes/class-ftp-sockets.php
===================================================================
--- wp-admin/includes/class-ftp-sockets.php	(revision 11901)
+++ wp-admin/includes/class-ftp-sockets.php	(working copy)
@@ -247,4 +247,3 @@
 		}
 	}
 }
-?>
Index: wp-admin/includes/class-ftp.php
===================================================================
--- wp-admin/includes/class-ftp.php	(revision 11901)
+++ wp-admin/includes/class-ftp.php	(working copy)
@@ -900,4 +900,3 @@
 }
 
 require_once "class-ftp-".($mod_sockets?"sockets":"pure").".php";
-?>
Index: wp-admin/includes/class-pclzip.php
===================================================================
--- wp-admin/includes/class-pclzip.php	(revision 11901)
+++ wp-admin/includes/class-pclzip.php	(working copy)
@@ -6282,4 +6282,3 @@
   // --------------------------------------------------------------------------------
 
 
-?>
Index: wp-admin/includes/class-wp-filesystem-base.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-base.php	(revision 11901)
+++ wp-admin/includes/class-wp-filesystem-base.php	(working copy)
@@ -317,4 +317,3 @@
 	}
 }
 
-?>
Index: wp-admin/includes/class-wp-filesystem-direct.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-direct.php	(revision 11901)
+++ wp-admin/includes/class-wp-filesystem-direct.php	(working copy)
@@ -357,4 +357,3 @@
 		return $ret;
 	}
 }
-?>
Index: wp-admin/includes/class-wp-filesystem-ftpext.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-ftpext.php	(revision 11901)
+++ wp-admin/includes/class-wp-filesystem-ftpext.php	(working copy)
@@ -382,4 +382,3 @@
 	}
 }
 
-?>
Index: wp-admin/includes/class-wp-filesystem-ftpsockets.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-ftpsockets.php	(revision 11901)
+++ wp-admin/includes/class-wp-filesystem-ftpsockets.php	(working copy)
@@ -324,4 +324,3 @@
 	}
 }
 
-?>
Index: wp-admin/includes/comment.php
===================================================================
--- wp-admin/includes/comment.php	(revision 11901)
+++ wp-admin/includes/comment.php	(working copy)
@@ -164,4 +164,3 @@
 		add_filter( 'comment_author', 'floated_admin_avatar' );
 }
 
-?>
Index: wp-admin/includes/dashboard.php
===================================================================
--- wp-admin/includes/dashboard.php	(revision 11901)
+++ wp-admin/includes/dashboard.php	(working copy)
@@ -925,4 +925,3 @@
  */
 function wp_dashboard_empty() {}
 
-?>
Index: wp-admin/includes/export.php
===================================================================
--- wp-admin/includes/export.php	(revision 11901)
+++ wp-admin/includes/export.php	(working copy)
@@ -338,4 +338,3 @@
 <?php
 }
 
-?>
Index: wp-admin/includes/file.php
===================================================================
--- wp-admin/includes/file.php	(revision 11901)
+++ wp-admin/includes/file.php	(working copy)
@@ -811,4 +811,3 @@
 	return false;
 }
 
-?>
Index: wp-admin/includes/image.php
===================================================================
--- wp-admin/includes/image.php	(revision 11901)
+++ wp-admin/includes/image.php	(working copy)
@@ -327,4 +327,3 @@
 	return apply_filters('file_is_displayable_image', $result, $path);
 }
 
-?>
Index: wp-admin/includes/import.php
===================================================================
--- wp-admin/includes/import.php	(revision 11901)
+++ wp-admin/includes/import.php	(working copy)
@@ -84,4 +84,3 @@
 	return array( 'file' => $file, 'id' => $id );
 }
 
-?>
Index: wp-admin/includes/media.php
===================================================================
--- wp-admin/includes/media.php	(revision 11901)
+++ wp-admin/includes/media.php	(working copy)
@@ -2129,4 +2129,3 @@
 
 add_filter('media_upload_library', 'media_upload_library');
 
-?>
Index: wp-admin/includes/misc.php
===================================================================
--- wp-admin/includes/misc.php	(revision 11901)
+++ wp-admin/includes/misc.php	(working copy)
@@ -638,4 +638,3 @@
         unlink($path);
     return true;
 }
-?>
Index: wp-admin/includes/plugin.php
===================================================================
--- wp-admin/includes/plugin.php	(revision 11901)
+++ wp-admin/includes/plugin.php	(working copy)
@@ -1123,4 +1123,3 @@
 	wp_nonce_field("$option_group-options");
 }
 
-?>
Index: wp-admin/includes/schema.php
===================================================================
--- wp-admin/includes/schema.php	(revision 11901)
+++ wp-admin/includes/schema.php	(working copy)
@@ -578,4 +578,3 @@
 	}
 }
 
-?>
Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 11901)
+++ wp-admin/includes/template.php	(working copy)
@@ -3787,4 +3787,3 @@
 <?php
 }
 
-?>
Index: wp-admin/includes/theme.php
===================================================================
--- wp-admin/includes/theme.php	(revision 11901)
+++ wp-admin/includes/theme.php	(working copy)
@@ -144,4 +144,3 @@
 	return $page_templates;
 }
 
-?>
Index: wp-admin/includes/update-core.php
===================================================================
--- wp-admin/includes/update-core.php	(revision 11901)
+++ wp-admin/includes/update-core.php	(working copy)
@@ -259,4 +259,3 @@
 	$wp_filesystem->delete($maintenance_file);
 }
 
-?>
Index: wp-admin/includes/update.php
===================================================================
--- wp-admin/includes/update.php	(revision 11901)
+++ wp-admin/includes/update.php	(working copy)
@@ -227,4 +227,3 @@
 }
 add_action( 'admin_notices', 'maintenance_nag' );
 
-?>
Index: wp-admin/includes/upgrade.php
===================================================================
--- wp-admin/includes/upgrade.php	(revision 11901)
+++ wp-admin/includes/upgrade.php	(working copy)
@@ -1686,4 +1686,3 @@
 	$wpdb->query("ALTER TABLE $wpdb->options DROP INDEX option_name");
 }
 
-?>
Index: wp-admin/includes/user.php
===================================================================
--- wp-admin/includes/user.php	(revision 11901)
+++ wp-admin/includes/user.php	(working copy)
@@ -837,4 +837,3 @@
 	echo '</p></div>';
 }
 
-?>
Index: wp-content/index.php
===================================================================
--- wp-content/index.php	(revision 11901)
+++ wp-content/index.php	(working copy)
@@ -1,3 +1,2 @@
 <?php
 // Silence is golden.
-?>
\ No newline at end of file
Index: wp-content/plugins/hello.php
===================================================================
--- wp-content/plugins/hello.php	(revision 11901)
+++ wp-content/plugins/hello.php	(working copy)
@@ -81,4 +81,3 @@
 
 add_action('admin_head', 'dolly_css');
 
-?>
Index: wp-content/plugins/index.php
===================================================================
--- wp-content/plugins/index.php	(revision 11901)
+++ wp-content/plugins/index.php	(working copy)
@@ -1,3 +1,2 @@
 <?php
 // Silence is golden.
-?>
\ No newline at end of file
Index: wp-content/themes/index.php
===================================================================
--- wp-content/themes/index.php	(revision 11901)
+++ wp-content/themes/index.php	(working copy)
@@ -1,3 +1,2 @@
 <?php
 // Silence is golden.
-?>
\ No newline at end of file
Index: wp-content/themes/classic/comments.php
===================================================================
--- wp-content/themes/classic/comments.php	(revision 11901)
+++ wp-content/themes/classic/comments.php	(working copy)
@@ -79,4 +79,4 @@
 
 <?php else : // Comments are closed ?>
 <p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
-<?php endif; ?>
+<?php endif; 
\ No newline at end of file
Index: wp-content/themes/classic/functions.php
===================================================================
--- wp-content/themes/classic/functions.php	(revision 11901)
+++ wp-content/themes/classic/functions.php	(working copy)
@@ -14,4 +14,3 @@
 		'after_title' => '',
 	));
 
-?>
Index: wp-content/themes/classic/index.php
===================================================================
--- wp-content/themes/classic/index.php	(revision 11901)
+++ wp-content/themes/classic/index.php	(working copy)
@@ -33,4 +33,4 @@
 
 <?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/404.php
===================================================================
--- wp-content/themes/default/404.php	(revision 11901)
+++ wp-content/themes/default/404.php	(working copy)
@@ -15,4 +15,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/archive.php
===================================================================
--- wp-content/themes/default/archive.php	(revision 11901)
+++ wp-content/themes/default/archive.php	(working copy)
@@ -74,4 +74,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/archives.php
===================================================================
--- wp-content/themes/default/archives.php	(revision 11901)
+++ wp-content/themes/default/archives.php	(working copy)
@@ -26,4 +26,4 @@
 
 </div>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/comments.php
===================================================================
--- wp-content/themes/default/comments.php	(revision 11901)
+++ wp-content/themes/default/comments.php	(working copy)
@@ -93,4 +93,4 @@
 <?php endif; // If registration required and not logged in ?>
 </div>
 
-<?php endif; // if you delete this the sky will fall on your head ?>
+<?php endif; // if you delete this the sky will fall on your head 
\ No newline at end of file
Index: wp-content/themes/default/functions.php
===================================================================
--- wp-content/themes/default/functions.php	(revision 11901)
+++ wp-content/themes/default/functions.php	(working copy)
@@ -424,4 +424,4 @@
 		</div>
 	</div>
 </div>
-<?php } ?>
+<?php } 
\ No newline at end of file
Index: wp-content/themes/default/image.php
===================================================================
--- wp-content/themes/default/image.php	(revision 11901)
+++ wp-content/themes/default/image.php	(working copy)
@@ -67,4 +67,4 @@
 
 	</div>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/index.php
===================================================================
--- wp-content/themes/default/index.php	(revision 11901)
+++ wp-content/themes/default/index.php	(working copy)
@@ -42,4 +42,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/links.php
===================================================================
--- wp-content/themes/default/links.php	(revision 11901)
+++ wp-content/themes/default/links.php	(working copy)
@@ -20,4 +20,4 @@
 
 </div>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/page.php
===================================================================
--- wp-content/themes/default/page.php	(revision 11901)
+++ wp-content/themes/default/page.php	(working copy)
@@ -27,4 +27,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/search.php
===================================================================
--- wp-content/themes/default/search.php	(revision 11901)
+++ wp-content/themes/default/search.php	(working copy)
@@ -45,4 +45,4 @@
 
 <?php get_sidebar(); ?>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/single.php
===================================================================
--- wp-content/themes/default/single.php	(revision 11901)
+++ wp-content/themes/default/single.php	(working copy)
@@ -70,4 +70,4 @@
 
 	</div>
 
-<?php get_footer(); ?>
+<?php get_footer(); 
\ No newline at end of file
Index: wp-content/themes/default/images/header-img.php
===================================================================
--- wp-content/themes/default/images/header-img.php	(revision 11901)
+++ wp-content/themes/default/images/header-img.php	(working copy)
@@ -79,4 +79,3 @@
 header("Content-Type: image/jpeg");
 imagejpeg($im, '', 92);
 imagedestroy($im);
-?>
Index: wp-includes/atomlib.php
===================================================================
--- wp-includes/atomlib.php	(revision 11901)
+++ wp-includes/atomlib.php	(working copy)
@@ -351,4 +351,3 @@
     }
 }
 
-?>
Index: wp-includes/author-template.php
===================================================================
--- wp-includes/author-template.php	(revision 11901)
+++ wp-includes/author-template.php	(working copy)
@@ -338,4 +338,3 @@
 	echo $return;
 }
 
-?>
Index: wp-includes/bookmark-template.php
===================================================================
--- wp-includes/bookmark-template.php	(revision 11901)
+++ wp-includes/bookmark-template.php	(working copy)
@@ -251,4 +251,3 @@
 	echo $output;
 }
 
-?>
Index: wp-includes/bookmark.php
===================================================================
--- wp-includes/bookmark.php	(revision 11901)
+++ wp-includes/bookmark.php	(working copy)
@@ -373,4 +373,3 @@
 	wp_cache_delete( 'get_bookmarks', 'bookmark' );
 }
 
-?>
Index: wp-includes/cache.php
===================================================================
--- wp-includes/cache.php	(revision 11901)
+++ wp-includes/cache.php	(working copy)
@@ -449,4 +449,3 @@
 		return true;
 	}
 }
-?>
Index: wp-includes/canonical.php
===================================================================
--- wp-includes/canonical.php	(revision 11901)
+++ wp-includes/canonical.php	(working copy)
@@ -342,4 +342,3 @@
 
 add_action('template_redirect', 'redirect_canonical');
 
-?>
Index: wp-includes/capabilities.php
===================================================================
--- wp-includes/capabilities.php	(revision 11901)
+++ wp-includes/capabilities.php	(working copy)
@@ -1005,4 +1005,3 @@
 	return $wp_roles->remove_role( $role );
 }
 
-?>
Index: wp-includes/category-template.php
===================================================================
--- wp-includes/category-template.php	(revision 11901)
+++ wp-includes/category-template.php	(working copy)
@@ -969,4 +969,3 @@
 	return $r;
 }
 
-?>
Index: wp-includes/category.php
===================================================================
--- wp-includes/category.php	(revision 11901)
+++ wp-includes/category.php	(working copy)
@@ -365,4 +365,3 @@
 }
 
 
-?>
Index: wp-includes/class-IXR.php
===================================================================
--- wp-includes/class-IXR.php	(revision 11901)
+++ wp-includes/class-IXR.php	(working copy)
@@ -897,4 +897,3 @@
     }
 }
 
-?>
Index: wp-includes/class-phpass.php
===================================================================
--- wp-includes/class-phpass.php	(revision 11901)
+++ wp-includes/class-phpass.php	(working copy)
@@ -255,4 +255,3 @@
 	}
 }
 
-?>
Index: wp-includes/class-phpmailer.php
===================================================================
--- wp-includes/class-phpmailer.php	(revision 11901)
+++ wp-includes/class-phpmailer.php	(working copy)
@@ -1918,4 +1918,3 @@
 
 }
 
-?>
Index: wp-includes/class-pop3.php
===================================================================
--- wp-includes/class-pop3.php	(revision 11901)
+++ wp-includes/class-pop3.php	(working copy)
@@ -648,4 +648,3 @@
     }
 
 }   // End class
-?>
Index: wp-includes/class-simplepie.php
===================================================================
--- wp-includes/class-simplepie.php	(revision 11901)
+++ wp-includes/class-simplepie.php	(working copy)
@@ -13638,4 +13638,3 @@
 	}
 }
 
-?>
Index: wp-includes/class-smtp.php
===================================================================
--- wp-includes/class-smtp.php	(revision 11901)
+++ wp-includes/class-smtp.php	(working copy)
@@ -1059,4 +1059,4 @@
 }
 
 
- ?>
+ 
\ No newline at end of file
Index: wp-includes/class-snoopy.php
===================================================================
--- wp-includes/class-snoopy.php	(revision 11901)
+++ wp-includes/class-snoopy.php	(working copy)
@@ -713,13 +713,13 @@
 							chr(176),
 							chr(39),
 							chr(128),
-							"ä",
-							"ö",
-							"ü",
-							"Ä",
-							"Ö",
-							"Ü",
-							"ß",
+							"ï¿½",
+							"ï¿½",
+							"ï¿½",
+							"ï¿½",
+							"ï¿½",
+							"ï¿½",
+							"ï¿½",
 						);
 
 		$text = preg_replace($search,$replace,$document);
@@ -1247,4 +1247,3 @@
 	}
 }
 endif;
-?>
Index: wp-includes/classes.php
===================================================================
--- wp-includes/classes.php	(revision 11901)
+++ wp-includes/classes.php	(working copy)
@@ -1682,4 +1682,3 @@
 	
 }
 
-?>
Index: wp-includes/comment-template.php
===================================================================
--- wp-includes/comment-template.php	(revision 11901)
+++ wp-includes/comment-template.php	(working copy)
@@ -1396,4 +1396,3 @@
 	$in_comment_loop = false;
 }
 
-?>
Index: wp-includes/comment.php
===================================================================
--- wp-includes/comment.php	(revision 11901)
+++ wp-includes/comment.php	(working copy)
@@ -1709,4 +1709,3 @@
 	return $open;
 }
 
-?>
Index: wp-includes/default-filters.php
===================================================================
--- wp-includes/default-filters.php	(revision 11901)
+++ wp-includes/default-filters.php	(working copy)
@@ -210,4 +210,3 @@
 
 add_filter('pre_option_gmt_offset','wp_timezone_override_offset');
 
-?>
Index: wp-includes/deprecated.php
===================================================================
--- wp-includes/deprecated.php	(revision 11901)
+++ wp-includes/deprecated.php	(working copy)
@@ -1690,4 +1690,3 @@
 	the_author_meta('ID');
 }
 
-?>
\ No newline at end of file
Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 11901)
+++ wp-includes/formatting.php	(working copy)
@@ -2688,4 +2688,3 @@
 	return $str;
 }
 
-?>
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 11901)
+++ wp-includes/functions.php	(working copy)
@@ -3371,4 +3371,3 @@
 
 	update_option('wp_trash_meta', $trash_meta);
 }
-?>
\ No newline at end of file
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 11901)
+++ wp-includes/general-template.php	(working copy)
@@ -2045,4 +2045,3 @@
 	return apply_filters( "get_the_generator_{$type}", $gen, $type );
 }
 
-?>
Index: wp-includes/gettext.php
===================================================================
--- wp-includes/gettext.php	(revision 11901)
+++ wp-includes/gettext.php	(working copy)
@@ -397,4 +397,3 @@
 
 }
 
-?>
\ No newline at end of file
Index: wp-includes/http.php
===================================================================
--- wp-includes/http.php	(revision 11901)
+++ wp-includes/http.php	(working copy)
@@ -2093,4 +2093,3 @@
 	return $response['body'];
 }
 
-?>
Index: wp-includes/l10n.php
===================================================================
--- wp-includes/l10n.php	(revision 11901)
+++ wp-includes/l10n.php	(working copy)
@@ -424,4 +424,3 @@
 function translate_user_role( $name ) {
 	return translate_with_gettext_context( before_last_bar($name), 'User role' );
 }
-?>
Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 11901)
+++ wp-includes/link-template.php	(working copy)
@@ -1825,4 +1825,3 @@
 	echo "<link rel='canonical' href='$link' />\n";
 }
 
-?>
Index: wp-includes/locale.php
===================================================================
--- wp-includes/locale.php	(revision 11901)
+++ wp-includes/locale.php	(working copy)
@@ -332,4 +332,3 @@
 	}
 }
 
-?>
Index: wp-includes/plugin.php
===================================================================
--- wp-includes/plugin.php	(revision 11901)
+++ wp-includes/plugin.php	(working copy)
@@ -695,4 +695,3 @@
 		return $function[0].$function[1];
 }
 
-?>
Index: wp-includes/query.php
===================================================================
--- wp-includes/query.php	(revision 11901)
+++ wp-includes/query.php	(working copy)
@@ -2701,4 +2701,3 @@
 	return true;
 }
 
-?>
Index: wp-includes/registration-functions.php
===================================================================
--- wp-includes/registration-functions.php	(revision 11901)
+++ wp-includes/registration-functions.php	(working copy)
@@ -6,4 +6,3 @@
  */
 _deprecated_file( basename(__FILE__), '0.0', 'registration.php' );
 require_once(ABSPATH . WPINC .  '/registration.php');
-?>
Index: wp-includes/registration.php
===================================================================
--- wp-includes/registration.php	(revision 11901)
+++ wp-includes/registration.php	(working copy)
@@ -318,4 +318,3 @@
 	return apply_filters('user_contactmethods',$user_contactmethods);
 }
 
-?>
Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 11901)
+++ wp-includes/rewrite.php	(working copy)
@@ -1943,4 +1943,3 @@
 	}
 }
 
-?>
Index: wp-includes/rss-functions.php
===================================================================
--- wp-includes/rss-functions.php	(revision 11901)
+++ wp-includes/rss-functions.php	(working copy)
@@ -7,4 +7,3 @@
 
 _deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
 require_once (ABSPATH . WPINC . '/rss.php');
-?>
Index: wp-includes/rss.php
===================================================================
--- wp-includes/rss.php	(revision 11901)
+++ wp-includes/rss.php	(working copy)
@@ -919,4 +919,3 @@
 }
 endif;
 
-?>
Index: wp-includes/shortcodes.php
===================================================================
--- wp-includes/shortcodes.php	(revision 11901)
+++ wp-includes/shortcodes.php	(working copy)
@@ -294,4 +294,3 @@
 
 add_filter('the_content', 'do_shortcode', 11); // AFTER wpautop()
 
-?>
\ No newline at end of file
Index: wp-includes/streams.php
===================================================================
--- wp-includes/streams.php	(revision 11901)
+++ wp-includes/streams.php	(working copy)
@@ -188,4 +188,3 @@
 }
 
 
-?>
Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 11901)
+++ wp-includes/taxonomy.php	(working copy)
@@ -2349,4 +2349,3 @@
 	return false;
 }
 
-?>
Index: wp-includes/template-loader.php
===================================================================
--- wp-includes/template-loader.php	(revision 11901)
+++ wp-includes/template-loader.php	(working copy)
@@ -75,4 +75,3 @@
 	}
 }
 
-?>
\ No newline at end of file
Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 11901)
+++ wp-includes/theme.php	(working copy)
@@ -1145,4 +1145,3 @@
 	add_action('admin_menu', array(&$GLOBALS['custom_image_header'], 'init'));
 }
 
-?>
Index: wp-includes/update.php
===================================================================
--- wp-includes/update.php	(revision 11901)
+++ wp-includes/update.php	(working copy)
@@ -331,4 +331,3 @@
 if ( !wp_next_scheduled('wp_update_themes') && !defined('WP_INSTALLING') )
 	wp_schedule_event(time(), 'twicedaily', 'wp_update_themes');
 
-?>
Index: wp-includes/user.php
===================================================================
--- wp-includes/user.php	(revision 11901)
+++ wp-includes/user.php	(working copy)
@@ -600,4 +600,3 @@
 	wp_cache_add($user->user_nicename, $user->ID, 'userslugs');
 }
 
-?>
Index: wp-includes/vars.php
===================================================================
--- wp-includes/vars.php	(revision 11901)
+++ wp-includes/vars.php	(working copy)
@@ -81,4 +81,3 @@
 $is_iis7 = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS/7.') !== false);
 
 
-?>
\ No newline at end of file
Index: wp-includes/wp-db.php
===================================================================
--- wp-includes/wp-db.php	(revision 11901)
+++ wp-includes/wp-db.php	(working copy)
@@ -1121,4 +1121,3 @@
 	 */
 	$wpdb = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST);
 }
-?>
Index: wp-includes/wp-diff.php
===================================================================
--- wp-includes/wp-diff.php	(revision 11901)
+++ wp-includes/wp-diff.php	(working copy)
@@ -468,4 +468,3 @@
 
 }
 
-?>
Index: wp-includes/js/tinymce/plugins/spellchecker/config.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/config.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/config.php	(working copy)
@@ -3,7 +3,7 @@
  * config.php
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2007, Moxiecode Systems AB, All rights reserved.
  */
 	// General settings
 	$config['general.engine'] = 'GoogleSpell';
@@ -25,4 +25,3 @@
 	// Windows PSpellShell settings
 	//$config['PSpellShell.aspell'] = '"c:\Program Files\Aspell\bin\aspell.exe"';
 	//$config['PSpellShell.tmp'] = 'c:/temp';
-?>
Index: wp-includes/js/tinymce/plugins/spellchecker/rpc.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/rpc.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/rpc.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 require_once("./includes/general.php");
@@ -109,4 +109,3 @@
 // Return JSON encoded string
 echo $json->encode($output);
 
-?>
\ No newline at end of file
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php	(working copy)
@@ -6,7 +6,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 class EnchantSpell extends SpellChecker {
@@ -64,4 +64,3 @@
 	}
 }
 
-?>
\ No newline at end of file
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 class GoogleSpell extends SpellChecker {
@@ -156,4 +156,3 @@
 	}
 }
 
-?>
\ No newline at end of file
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 class PSpell extends SpellChecker {
@@ -79,4 +79,3 @@
 	}
 }
 
-?>
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 class PSpellShell extends SpellChecker {
@@ -110,4 +110,3 @@
 	}
 }
 
-?>
\ No newline at end of file
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2004-2007, Moxiecode Systems AB, All rights reserved.
  */
 
 class SpellChecker {
@@ -59,4 +59,3 @@
 	}
 }
 
-?>
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.utils
  * @author Moxiecode
- * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2007, Moxiecode Systems AB, All rights reserved.
  */
 
 define('JSON_BOOL', 1);
@@ -592,4 +592,3 @@
 	}
 }
 
-?>
Index: wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCFileManager.filesystems
  * @author Moxiecode
- * @copyright Copyright © 2005, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2005, Moxiecode Systems AB, All rights reserved.
  */
 
 // File type contstants
@@ -265,4 +265,3 @@
 	}
 }
 
-?>
\ No newline at end of file
Index: wp-includes/js/tinymce/plugins/spellchecker/includes/general.php
===================================================================
--- wp-includes/js/tinymce/plugins/spellchecker/includes/general.php	(revision 11901)
+++ wp-includes/js/tinymce/plugins/spellchecker/includes/general.php	(working copy)
@@ -4,7 +4,7 @@
  *
  * @package MCManager.includes
  * @author Moxiecode
- * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright ï¿½ 2007, Moxiecode Systems AB, All rights reserved.
  */
 
 @error_reporting(E_ALL ^ E_NOTICE);
@@ -95,4 +95,3 @@
 	$log->fatal(implode(', ', $args));
 }
 
-?>
\ No newline at end of file
Index: wp-includes/pomo/entry.php
===================================================================
--- wp-includes/pomo/entry.php	(revision 11901)
+++ wp-includes/pomo/entry.php	(working copy)
@@ -67,4 +67,3 @@
 		return is_null($this->context)? $this->singular : $this->context.chr(4).$this->singular;
 	}
 }
-?>
Index: wp-includes/pomo/mo.php
===================================================================
--- wp-includes/pomo/mo.php	(revision 11901)
+++ wp-includes/pomo/mo.php	(working copy)
@@ -182,4 +182,3 @@
 
 
 }
-?>
Index: wp-includes/pomo/po.php
===================================================================
--- wp-includes/pomo/po.php	(revision 11901)
+++ wp-includes/pomo/po.php	(working copy)
@@ -357,4 +357,3 @@
 		return $s;
 	}
 }
-?>
Index: wp-includes/pomo/streams.php
===================================================================
--- wp-includes/pomo/streams.php	(revision 11901)
+++ wp-includes/pomo/streams.php	(working copy)
@@ -134,4 +134,3 @@
 	}
 }
 
-?>
Index: wp-includes/pomo/translations.php
===================================================================
--- wp-includes/pomo/translations.php	(revision 11901)
+++ wp-includes/pomo/translations.php	(working copy)
@@ -196,4 +196,3 @@
 	
 }
 
-?>
