Changeset 13607 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/clients/class-helpscout.php
- Timestamp:
- 04/29/2024 04:31:34 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/clients/class-helpscout.php
r13114 r13607 13 13 * The HTTP timeout for the HelpScout API. 14 14 */ 15 const TIMEOUT = 15;15 const TIMEOUT = 30; 16 16 17 17 public static function api( $url, $args = null, $method = 'GET', & $response_code = null ) {
Note: See TracChangeset
for help on using the changeset viewer.