Make WordPress Core

Changeset 43657


Ignore:
Timestamp:
09/24/2018 08:45:01 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a line break to wp_is_uuid() DocBlock for better readability.

See #42505.

File:
1 edited

Legend:

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

    r43633 r43657  
    61456145 *
    61466146 * @param mixed $uuid    UUID to check.
    6147  * @param int   $version Specify which version of UUID to check against. Default is none, to accept any UUID version. Otherwise, only version allowed is `4`.
     6147 * @param int   $version Specify which version of UUID to check against. Default is none,
     6148 *                       to accept any UUID version. Otherwise, only version allowed is `4`.
    61486149 * @return bool The string is a valid UUID or false on failure.
    61496150 */
Note: See TracChangeset for help on using the changeset viewer.