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);