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. Built from https://develop.svn.wordpress.org/trunk@37537 git-svn-id: http://core.svn.wordpress.org/trunk@37505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1261,7 +1261,7 @@ function wp_dashboard_plugins_output( $rss, $args = array() ) {
|
||||
/**
|
||||
* Display file upload quota on dashboard.
|
||||
*
|
||||
* Runs on the activity_box_end hook in wp_dashboard_right_now().
|
||||
* Runs on the {@see 'activity_box_end'} hook in wp_dashboard_right_now().
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user