- Timestamp:
- 06/01/2023 02:21:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php
r12595 r12607 22 22 */ 23 23 24 include __DIR__ . '/common.php'; 25 24 26 // $request is the validated HelpScout request. 25 $request = include __DIR__ . '/common.php';27 $request = get_request(); 26 28 27 29 // default empty output
Note: See TracChangeset
for help on using the changeset viewer.