Changeset 32990 for trunk/src/wp-admin/includes/class-pclzip.php
- Timestamp:
- 06/28/2015 03:26:41 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-pclzip.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-pclzip.php
r12042 r32990 213 213 // created. Use create() for that. 214 214 // -------------------------------------------------------------------------------- 215 function PclZip($p_zipname)215 function __construct($p_zipname) 216 216 { 217 217 … … 229 229 // ----- Return 230 230 return; 231 } 232 233 public function PclZip($p_zipname) { 234 self::__construct($p_zipname); 231 235 } 232 236 // --------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.