General: Update since annotation for wp_unique_id().

In [43658], `wp_unique_id()` was introduced. This updates the `since` annotation to be accurate.

See #44883.

git-svn-id: https://develop.svn.wordpress.org/trunk@44406 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-01-06 19:51:14 +00:00
parent 690b0cbf83
commit 3ea2d810d9

View File

@ -6209,7 +6209,7 @@ function wp_is_uuid( $uuid, $version = null ) {
* with the optional prefix. As such the returned value is not universally unique,
* but it is unique across the life of the PHP process.
*
* @since 4.9.9
* @since 5.0.3
*
* @staticvar int $id_counter
*