Skip to content
Snippets Groups Projects
Commit 37da825b authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1538182 by infiniteluke: update variable_get doc to say it handles unserializing

parent 6968da74
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment