Docs: Capitalize URL – an acronym for Uniform Resource Locator – when used in the context of inline docs in wp-includes/link-template.php.

Fixes #30406.

Built from https://develop.svn.wordpress.org/trunk@37259


git-svn-id: http://core.svn.wordpress.org/trunk@37225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-04-20 14:47:28 +00:00
parent a368295c37
commit 49e3bc83dd
2 changed files with 36 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37258';
$wp_version = '4.6-alpha-37259';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.