#36522 closed defect (bug) (fixed)
Incorrect reference to instance variable in Ajax test case documentation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | 4.6 |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The WP_Ajax_UnitTestCase abstract class's _handleAjax method's documentation refers to a _last_message variable, but this should actually _last_response.
Trivial patch is attached.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fix documentation for
_handleAjaxmethod.