--- includes/EditPage.php Thu Oct 13 16:51:59 2005 +++ ../virgin/includes/EditPage.php Thu Oct 13 09:48:27 2005 @@ -207,7 +207,7 @@ * @todo document */ function importFormData( &$request ) { - if( $request->wasPosted() || isset($_REQUEST['wpPreview'])) { + if( $request->wasPosted() ) { # These fields need to be checked for encoding. # Also remove trailing whitespace, but don't remove _initial_ # whitespace from the text boxes. This may be significant formatting.