More constructor cleanup. Props ampt. see #16768

git-svn-id: https://develop.svn.wordpress.org/trunk@17781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2011-04-30 17:18:39 +00:00
parent b9874e63dc
commit b689806382

View File

@ -69,8 +69,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
* @param array $params
*/
function __construct( $params = array() ) {
$parent = get_parent_class($this);
$this->$parent( $params );
parent::__construct( $params );
}
/**