In `WP_Filesystem_Base`, the constructor is a noop, so it shouldn't even be declared. Setting it implies that `parent::__construct()` should be called by its subclasses.

See #27881, #22234.

Built from https://develop.svn.wordpress.org/trunk@28529


git-svn-id: http://core.svn.wordpress.org/trunk@28355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-19 16:46:14 +00:00
parent ab6d069f59
commit 09ecc213c8
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ class WP_Filesystem_Base {
*/
public $method = '';
/**
* Constructor (empty).
*/
public function __construct() {}
/**
* Make private properties readable for backwards compatibility
*