Docs: Properly notate optional parameters as such in a variety of DocBlocks in wp-includes/link-template.php.

See #30406.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-04-19 23:21:27 +00:00
parent 5dcf90c069
commit 396018ab34
2 changed files with 64 additions and 59 deletions

View File

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