git-svn-id: https://develop.svn.wordpress.org/trunk@1415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-06-11 19:34:26 +00:00
parent 5455a3f1af
commit 7c8e02accb
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');