Make WordPress Core

Changeset 53250


Ignore:
Timestamp:
04/25/2022 09:20:55 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in wp-includes/ms-load.php, as per docs standards.

See #54729.

File:
1 edited

Legend:

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

    r53086 r53250  
    128128
    129129/**
    130  * Retrieve the closest matching network for a domain and path.
     130 * Retrieves the closest matching network for a domain and path.
    131131 *
    132132 * @since 3.9.0
     
    191191
    192192    /**
    193      * Determine a site by its domain and path.
     193     * Determines a site by its domain and path.
    194194     *
    195195     * This allows one to short-circuit the default logic, perhaps by
     
    547547
    548548/**
    549  * Retrieve an object containing information about the requested network.
     549 * Retrieves an object containing information about the requested network.
    550550 *
    551551 * @since 3.9.0
Note: See TracChangeset for help on using the changeset viewer.