From 37da825bedd106c8d182997cec18f8acff5ec89a Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Tue, 24 Apr 2012 15:35:45 -0700 Subject: [PATCH] Issue #1538182 by infiniteluke: update variable_get doc to say it handles unserializing --- core/includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 60d4b6e59244..3a54a491f55b 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -842,7 +842,7 @@ function variable_initialize($conf = array()) { * The default value to use if this variable has never been set. * * @return - * The value of the variable. + * The value of the variable. Unserialization is taken care of as necessary. * * @see variable_del() * @see variable_set() -- GitLab