Changeset 53953 for trunk/src/wp-includes/class-wp-simplepie-file.php
- Timestamp:
- 08/29/2022 01:17:28 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-simplepie-file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-simplepie-file.php
r50916 r53953 19 19 */ 20 20 class WP_SimplePie_File extends SimplePie_File { 21 22 /** 23 * Timeout. 24 * 25 * @var int How long the connection should stay open in seconds. 26 */ 27 public $timeout = 10; 21 28 22 29 /**
Note: See TracChangeset
for help on using the changeset viewer.