Changeset 37544 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 05/23/2016 07:01:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r37523 r37544 1585 1585 1586 1586 /** 1587 * Check that the connection to the database is still up. If not, try to reconnect.1587 * Checks that the connection to the database is still up. If not, try to reconnect. 1588 1588 * 1589 1589 * If this function is unable to reconnect, it will forcibly die, or if after the 1590 * the template_redirecthook has been fired, return false instead.1590 * the {@see 'template_redirect'} hook has been fired, return false instead. 1591 1591 * 1592 1592 * If $allow_bail is false, the lack of database connection will need
Note: See TracChangeset
for help on using the changeset viewer.