Make WordPress Core


Ignore:
Timestamp:
04/27/2023 10:27:51 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various documented types for properties, functions, and hooks.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r55526 r55693  
    47234723 * Returns an array of URL hosts which are considered to be internal hosts.
    47244724 *
    4725  * By default the list of internal hosts is comproside of the PHP_URL_HOST of
     4725 * By default the list of internal hosts is comprised of the host name of
    47264726 * the site's home_url() (as parsed by wp_parse_url()).
    47274727 *
     
    47464746         * @since 6.2.0
    47474747         *
    4748          * @param array $internal_hosts An array of internal URL hostnames.
     4748         * @param string[] $internal_hosts An array of internal URL hostnames.
    47494749         */
    47504750        $internal_hosts = apply_filters(
Note: See TracChangeset for help on using the changeset viewer.