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