Make WordPress Core

Changeset 44460


Ignore:
Timestamp:
01/08/2019 05:26:29 AM (6 years ago)
Author:
pento
Message:

Docs: Improve the @return description of network_domain_check().

Props ishitaka, vaishalipanchal.
Fixes #45403.

File:
1 edited

Legend:

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

    r44455 r44460  
    1515 * @global wpdb $wpdb WordPress database abstraction object.
    1616 *
    17  * @return Whether a network exists.
     17 * @return string|false Base domain if network exists, otherwise false.
    1818 */
    1919function network_domain_check() {
Note: See TracChangeset for help on using the changeset viewer.