Make WordPress Core


Ignore:
Timestamp:
02/26/2010 05:46:08 AM (16 years ago)
Author:
nacin
Message:

A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r13323 r13425  
    923923        /*
    924924         * need to display in hierarchical order
    925          * seperate elements into two buckets: top level and children elements
     925         * separate elements into two buckets: top level and children elements
    926926         * children_elements is two dimensional array, eg.
    927927         * children_elements[10][] contains all sub-elements whose parent is 10.
     
    10371037
    10381038        /*
    1039          * seperate elements into two buckets: top level and children elements
     1039         * separate elements into two buckets: top level and children elements
    10401040         * children_elements is two dimensional array, eg.
    10411041         * children_elements[10][] contains all sub-elements whose parent is 10.
Note: See TracChangeset for help on using the changeset viewer.