Docs: Remove inline @see tags from function, class, and method references in inline docs.
Known functions, classes, and methods are now auto-linked in Code Reference pages following #meta1483. Note: Hook references are still linked via inline `@see` tags due to the unlikelihood of reliably matching for known hooks based on a RegEx pattern. See #32246. Built from https://develop.svn.wordpress.org/trunk@37342 git-svn-id: http://core.svn.wordpress.org/trunk@37308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -24,7 +24,7 @@ class WP_Tax_Query {
|
||||
/**
|
||||
* Array of taxonomy queries.
|
||||
*
|
||||
* See {@see WP_Tax_Query::__construct()} for information on tax query arguments.
|
||||
* See WP_Tax_Query::__construct() for information on tax query arguments.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user