Docs: Fix erroneous @since mention in wp_internal_hosts hook.

Follow-up to [55289].

Props wildworks, SergeyBiryukov, simongomes02.
Fixes #57796.


git-svn-id: https://develop.svn.wordpress.org/trunk@55428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-02-27 22:53:44 +00:00
parent 09a0db5897
commit 9114d746bb

View File

@@ -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.
*/