mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters. Fixes #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1584,10 +1584,10 @@ class wpdb {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check that the connection to the database is still up. If not, try to reconnect.
|
||||
* Checks that the connection to the database is still up. If not, try to reconnect.
|
||||
*
|
||||
* If this function is unable to reconnect, it will forcibly die, or if after the
|
||||
* the template_redirect hook has been fired, return false instead.
|
||||
* the {@see 'template_redirect'} hook has been fired, return false instead.
|
||||
*
|
||||
* If $allow_bail is false, the lack of database connection will need
|
||||
* to be handled manually.
|
||||
|
||||
Reference in New Issue
Block a user