Make WordPress Core

Ticket #51380: 51380.2.patch

File 51380.2.patch, 553 bytes (added by mukesh27, 4 years ago)

improve the patch. Remove an extra single star*

  • src/wp-includes/ms-load.php

     
    155155 * @since 3.9.0
    156156 * @since 4.7.0 Updated to always return a `WP_Site` object.
    157157 *
    158  * @global wpdb $wpdb WordPress database abstraction object.
    159  *
    160158 * @param string   $domain   Domain to check.
    161159 * @param string   $path     Path to check.
    162160 * @param int|null $segments Path segments to use. Defaults to null, or the full path.