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

See #36910.


git-svn-id: https://develop.svn.wordpress.org/trunk@37485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-22 17:21:48 +00:00
parent 1d6fff7f66
commit b537c97778
3 changed files with 11 additions and 12 deletions

View File

@@ -929,11 +929,11 @@ function validate_active_plugins() {
/**
* Validate the plugin path.
*
* Checks that the file exists and {@link validate_file() is valid file}.
* Checks that the file exists and is a valid file. See validate_file().
*
* @since 2.5.0
*
* @param string $plugin Plugin Path
* @param string $plugin Plugin Path.
* @return WP_Error|int 0 on success, WP_Error on failure.
*/
function validate_plugin($plugin) {