Ticket #45403: 45403.patch
| File 45403.patch, 483 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/includes/network.php
14 14 * 15 15 * @global wpdb $wpdb WordPress database abstraction object. 16 16 * 17 * @return Whether a network exists.17 * @return string|false Base domain, or false if network does not exist. 18 18 */ 19 19 function network_domain_check() { 20 20 global $wpdb;