From 54bda8c55f81be378ada8c9131693378fc725fbb Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 15 Dec 2003 08:01:13 +0000 Subject: [PATCH] Took out some old stuff. git-svn-id: http://svn.automattic.com/wordpress/trunk@611 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/vars.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index e9a38694d..60fa8b667 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -133,11 +133,6 @@ $b2_htmltranswinuni = array( 'Ÿ' => 'Ÿ' ); -# these are used for b2's interface design -$tabletop = "\t\n\t\n\t
\n\t\t\n\t\t\n\t
\n"; -$tablebottom = "\t\t
\n\t
\n"; -$blankline = '
'; - # on which page are we ? $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF']; $pagenow = explode('/', $PHP_SELF);