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:
parent
b9874e63dc
commit
b689806382
@ -69,8 +69,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
|
|||||||
* @param array $params
|
* @param array $params
|
||||||
*/
|
*/
|
||||||
function __construct( $params = array() ) {
|
function __construct( $params = array() ) {
|
||||||
$parent = get_parent_class($this);
|
parent::__construct( $params );
|
||||||
$this->$parent( $params );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user