Some code cleanups.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-12-18 20:56:26 +00:00
parent b3a3894b2a
commit fef86c9964
4 changed files with 16 additions and 47 deletions

View File

@@ -107,7 +107,6 @@ $wp_gecko_correction['out'] = array(
// Server detection
$is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0;
$is_IIS = strstr($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') ? 1 : 0;
// if the config file does not provide the smilies array, let's define it here
if (!isset($wpsmiliestrans)) {