mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -57,7 +57,7 @@ function get_network( $network = null ) {
|
||||
*
|
||||
* @param string|array $args Optional. Array or string of arguments. See WP_Network_Query::parse_query()
|
||||
* for information on accepted arguments. Default empty array.
|
||||
* @return array|int List of WP_Network objects, a list of network ids when 'fields' is set to 'ids',
|
||||
* @return array|int List of WP_Network objects, a list of network IDs when 'fields' is set to 'ids',
|
||||
* or the number of networks when 'count' is passed as a query var.
|
||||
*/
|
||||
function get_networks( $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user