Changeset 55693 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 04/27/2023 10:27:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55526 r55693 4723 4723 * Returns an array of URL hosts which are considered to be internal hosts. 4724 4724 * 4725 * By default the list of internal hosts is compr oside of the PHP_URL_HOSTof4725 * By default the list of internal hosts is comprised of the host name of 4726 4726 * the site's home_url() (as parsed by wp_parse_url()). 4727 4727 * … … 4746 4746 * @since 6.2.0 4747 4747 * 4748 * @param array$internal_hosts An array of internal URL hostnames.4748 * @param string[] $internal_hosts An array of internal URL hostnames. 4749 4749 */ 4750 4750 $internal_hosts = apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.