Docs: Use third-person singular verbs in DocBlock and hook doc summaries in wp-includes/link-template.php.

See #30406.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-04-15 16:58:27 +00:00
parent 262f3f2f7e
commit 994bfb5b26
2 changed files with 163 additions and 168 deletions

File diff suppressed because it is too large Load Diff

View File

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