Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.


git-svn-id: https://develop.svn.wordpress.org/trunk@37487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-22 17:39:00 +00:00
parent 8a87c7c423
commit 520ed6b725
17 changed files with 73 additions and 74 deletions

View File

@@ -11,8 +11,8 @@
* WordPress Error class.
*
* Container for checking for WordPress errors and error messages. Return
* WP_Error and use {@link is_wp_error()} to check if this class is returned.
* Many core WordPress functions pass this class in the event of an error and
* WP_Error and use is_wp_error() to check if this class is returned. Many
* core WordPress functions pass this class in the event of an error and
* if not handled properly will result in code errors.
*
* @package WordPress