From 6c3b23047e0b9d137bc4d2a555a3938452cdddb7 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 25 May 2003 00:33:40 +0000 Subject: [PATCH] Removed spell checker, auto_br, and preview git-svn-id: http://svn.automattic.com/wordpress/trunk@93 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- sproxy.pl | 41 ---------------- wp-admin/b2bookmarklet.php | 26 ++-------- wp-admin/b2footer.php | 11 ----- wp-admin/b2sidebar.php | 41 +--------------- wp-admin/b2spell.php | 97 -------------------------------------- wp-admin/b2upload.php | 2 - 6 files changed, 4 insertions(+), 214 deletions(-) delete mode 100644 sproxy.pl delete mode 100644 wp-admin/b2spell.php diff --git a/sproxy.pl b/sproxy.pl deleted file mode 100644 index e5d2cac07d..0000000000 --- a/sproxy.pl +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/perl -print "Content-type: text/html\n\n"; - -if ($ENV{'REQUEST_METHOD'} ne 'POST') -{ - print <<"HTML"; - - - only method POST is supported here. - - - -HTML - - exit; -} - -read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); -@pairs = split(/&/, $buffer); -foreach $pair (@pairs) - { - ($name, $value) = split(/=/, $pair); - $value =~ tr/+/ /; - $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; - print $value; - if($name eq "f") - { - print "" - } - } - -exit; - diff --git a/wp-admin/b2bookmarklet.php b/wp-admin/b2bookmarklet.php index fe6a581274..bb5cf374a0 100644 --- a/wp-admin/b2bookmarklet.php +++ b/wp-admin/b2bookmarklet.php @@ -29,37 +29,20 @@ window.close() WordPress > Bookmarklet - -