mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@13425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -922,7 +922,7 @@ class Walker {
|
||||
|
||||
/*
|
||||
* need to display in hierarchical order
|
||||
* seperate elements into two buckets: top level and children elements
|
||||
* separate elements into two buckets: top level and children elements
|
||||
* children_elements is two dimensional array, eg.
|
||||
* children_elements[10][] contains all sub-elements whose parent is 10.
|
||||
*/
|
||||
@@ -1036,7 +1036,7 @@ class Walker {
|
||||
}
|
||||
|
||||
/*
|
||||
* seperate elements into two buckets: top level and children elements
|
||||
* separate elements into two buckets: top level and children elements
|
||||
* children_elements is two dimensional array, eg.
|
||||
* children_elements[10][] contains all sub-elements whose parent is 10.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user