Make WordPress Core


Ignore:
Timestamp:
11/19/2021 02:42:04 PM (3 years ago)
Author:
desrosj
Message:

Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.

See #53330.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r52092 r52215  
    818818
    819819        /*
    820          * Arrange pages into two parts: top level pages and children_pages
    821          * children_pages is two dimensional array, eg.
     820         * Arrange pages into two parts: top level pages and children_pages.
     821         * children_pages is two dimensional array. Example:
    822822         * children_pages[10][] contains all sub-pages whose parent is 10.
    823823         * It only takes O( N ) to arrange this and it takes O( 1 ) for subsequent lookup operations
Note: See TracChangeset for help on using the changeset viewer.