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 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:
@@ -1383,7 +1383,8 @@ function add_settings_error( $setting, $code, $message, $type = 'error' ) {
|
||||
*
|
||||
* Use the $sanitize argument to manually re-sanitize the option before returning errors.
|
||||
* This is useful if you have errors or notices you want to show even when the user
|
||||
* hasn't submitted data (i.e. when they first load an options page, or in admin_notices action hook)
|
||||
* hasn't submitted data (i.e. when they first load an options page, or in the {@see 'admin_notices'}
|
||||
* action hook).
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user