Opened 8 years ago
Closed 7 years ago
#44496 closed defect (bug) (fixed)
Correct documentation of hook back and restore methods in the main test case
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
r38571 modified the way that WordPress handles hooks. As a part of this, the $merged_filters global was removed.
The attached patch updates the method documentation of _backup_hooks() and _restore_hooks() inside of WP_UnitTestCase to reflect this change.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 44327: