mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files.
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@37537 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -20,7 +20,7 @@ function got_mod_rewrite() {
|
||||
* Filters whether Apache and mod_rewrite are present.
|
||||
*
|
||||
* This filter was previously used to force URL rewriting for other servers,
|
||||
* like nginx. Use the got_url_rewrite filter in got_url_rewrite() instead.
|
||||
* like nginx. Use the {@see 'got_url_rewrite'} filter in got_url_rewrite() instead.
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user