Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-network.php

    r46586 r48104  
    5858 * @param string|array $args Optional. Array or string of arguments. See WP_Network_Query::parse_query()
    5959 *                           for information on accepted arguments. Default empty array.
    60  * @return array|int List of WP_Network objects, a list of network ids when 'fields' is set to 'ids',
     60 * @return array|int List of WP_Network objects, a list of network IDs when 'fields' is set to 'ids',
    6161 *                   or the number of networks when 'count' is passed as a query var.
    6262 */
Note: See TracChangeset for help on using the changeset viewer.