From 5d7a27eadacb654b994b88fa305a8a1f61e3a13c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 10:31:10 +0000 Subject: [PATCH] I've never heard of this new visibility "pprivateublic" ... I wonder what it does... --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 921a78b..fd2c40f 100644 --- a/functions.php +++ b/functions.php @@ -50,7 +50,7 @@ class Functions /** * The path that is used to set cookies * @var string - * @access pprivateublic + * @access private */ var $cookiepath = '/'; -- 2.22.5