summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/models/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/models/item.php b/core/models/item.php
index 2d254a49..0f7c24fe 100644
--- a/core/models/item.php
+++ b/core/models/item.php
@@ -397,7 +397,7 @@ class Item_Model extends ORM_MPTT {
}
/**
- * Return all of the children of this node, ordered by id.
+ * Return all of the children of this node, ordered by the defined sort order.
*
* @chainable
* @param integer SQL limit
@@ -409,7 +409,7 @@ class Item_Model extends ORM_MPTT {
}
/**
- * Return all of the children of the specified type, ordered by id.
+ * Return all of the children of the specified type, ordered by the defined sort order.
*
* @param integer SQL limit
* @param integer SQL offset