Make WordPress Core

Ticket #10861: 10861_wp-diff.patch

File 10861_wp-diff.patch, 475 bytes (added by hakre, 16 years ago)
  • wp-includes/wp-diff.php

    ### Eclipse Workspace Patch 1.0
    #P wordpress-trunk
     
    6969         * @param array $params
    7070         */
    7171        function Text_Diff_Renderer_Table( $params = array() ) {
    72                 $parent = get_parent_class($this);
    73                 $this->$parent( $params );
     72                parent::Text_Diff_Renderer( $params )
    7473        }
    7574
    7675        /**