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

See #42505.
Built from https://develop.svn.wordpress.org/trunk@43657


git-svn-id: http://core.svn.wordpress.org/trunk@43486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2018-09-24 20:46:26 +00:00
parent a58654d87e
commit eb6be7eee1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43655';
$wp_version = '5.0-alpha-43657';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.