mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters. See #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37539 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -62,7 +62,7 @@ class WP_Comment_Query {
|
||||
/**
|
||||
* SQL WHERE clause.
|
||||
*
|
||||
* Stored after the 'comments_clauses' filter is run on the compiled WHERE sub-clauses.
|
||||
* Stored after the {@see 'comments_clauses'} filter is run on the compiled WHERE sub-clauses.
|
||||
*
|
||||
* @since 4.4.2
|
||||
* @access protected
|
||||
|
||||
Reference in New Issue
Block a user