git-svn-id: http://svn.automattic.com/wordpress/trunk@1415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-06-11 19:34:26 +00:00
parent 71ec34d73e
commit 72a8403905
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ foreach($wpsmiliestrans as $smiley => $img) {
}
// Path for cookies
define('COOKIEPATH', preg_replace('|http://[^/]+|i', '', get_settings('home') . '/' ) );
define('COOKIEPATH', preg_replace('|https?://[^/]+|i', '', get_settings('home') . '/' ) );
// Some default filters
add_filter('category_description', 'wptexturize');