Opened 8 years ago
Closed 8 years ago
#44496 closed defect (bug) (fixed)
Correct documentation of hook back and restore methods in the main test case
| Reported by: | anonymized_8769252 | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 44327: