Changeset 47198 for trunk/tests/phpunit/tests/ajax/DeleteComment.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DeleteComment.php
r47122 r47198 4 4 * Admin Ajax functions to be tested. 5 5 */ 6 require_once ( ABSPATH . 'wp-admin/includes/ajax-actions.php' );6 require_once ABSPATH . 'wp-admin/includes/ajax-actions.php'; 7 7 8 8 /**
Note: See TracChangeset
for help on using the changeset viewer.