mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.
See #53330. git-svn-id: https://develop.svn.wordpress.org/trunk@52215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -209,7 +209,7 @@ class Walker {
|
||||
/*
|
||||
* Need to display in hierarchical order.
|
||||
* Separate elements into two buckets: top level and children elements.
|
||||
* Children_elements is two dimensional array, eg.
|
||||
* Children_elements is two dimensional array. Example:
|
||||
* Children_elements[10][] contains all sub-elements whose parent is 10.
|
||||
*/
|
||||
$top_level_elements = array();
|
||||
|
||||
Reference in New Issue
Block a user