Changeset 13425 for trunk/wp-includes/classes.php
- Timestamp:
- 02/26/2010 05:46:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r13323 r13425 923 923 /* 924 924 * need to display in hierarchical order 925 * sep erate elements into two buckets: top level and children elements925 * separate elements into two buckets: top level and children elements 926 926 * children_elements is two dimensional array, eg. 927 927 * children_elements[10][] contains all sub-elements whose parent is 10. … … 1037 1037 1038 1038 /* 1039 * sep erate elements into two buckets: top level and children elements1039 * separate elements into two buckets: top level and children elements 1040 1040 * children_elements is two dimensional array, eg. 1041 1041 * children_elements[10][] contains all sub-elements whose parent is 10.
Note: See TracChangeset
for help on using the changeset viewer.