Docs: Fix erroneous @since mention in `wp_internal_hosts` hook.
Follow-up to [55289]. Props wildworks, SergeyBiryukov, simongomes02. Fixes #57796. Built from https://develop.svn.wordpress.org/trunk@55428 git-svn-id: http://core.svn.wordpress.org/trunk@54961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26ab805ad4
commit
5170ad3bac
|
@ -4742,7 +4742,7 @@ function wp_internal_hosts() {
|
|||
/**
|
||||
* Filters the array of URL hosts which are considered internal.
|
||||
*
|
||||
* @since 6.2.9
|
||||
* @since 6.2.0
|
||||
*
|
||||
* @param array $internal_hosts An array of internal URL hostnames.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-beta3-55427';
|
||||
$wp_version = '6.2-beta3-55428';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue