Issue #1715326 by kid_icarus: Re-wrap code comment

8.0.x
Jennifer Hodgdon 2012-08-13 09:23:01 -07:00
parent 2c656cd69a
commit 89f2654afd
1 changed files with 2 additions and 2 deletions

View File

@ -809,8 +809,8 @@ function taxonomy_get_tree($vid, $parent = 0, $max_depth = NULL, $load_entities
$parents = &drupal_static(__FUNCTION__ . ':parents', array());
$terms = &drupal_static(__FUNCTION__ . ':terms', array());
// We cache trees, so it's not CPU-intensive to call taxonomy_get_tree() on a term
// and its children, too.
// We cache trees, so it's not CPU-intensive to call taxonomy_get_tree() on a
// term and its children, too.
if (!isset($children[$vid])) {
$children[$vid] = array();
$parents[$vid] = array();