- Timestamp:
- 01/16/2015 10:43:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r31216 r31219 16 16 */ 17 17 class WP_Filesystem_ftpsockets extends WP_Filesystem_Base { 18 public $ftp = false; 18 /** 19 * @var ftp 20 */ 21 public $ftp; 19 22 20 23 public function __construct($opt = '') {
Note: See TracChangeset
for help on using the changeset viewer.