wp/wp-includes/Text/Diff/Engine/string.php
changeset 7 cf61fcea0001
parent 0 d970ebf37754
child 21 48c4eec2b7e6
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     8  * $diff = new Text_Diff('string', array($patch));
     8  * $diff = new Text_Diff('string', array($patch));
     9  * $renderer = new Text_Diff_Renderer_inline();
     9  * $renderer = new Text_Diff_Renderer_inline();
    10  * echo $renderer->render($diff);
    10  * echo $renderer->render($diff);
    11  * </code>
    11  * </code>
    12  *
    12  *
    13  * Copyright 2005 Örjan Persson <o@42mm.org>
    13  * Copyright 2005 Ă–rjan Persson <o@42mm.org>
    14  * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
    14  * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
    15  *
    15  *
    16  * See the enclosed file COPYING for license information (LGPL). If you did
    16  * See the enclosed file COPYING for license information (LGPL). If you did
    17  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    17  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    18  *
    18  *
    19  * @author  Örjan Persson <o@42mm.org>
    19  * @author  Ă–rjan Persson <o@42mm.org>
    20  * @package Text_Diff
    20  * @package Text_Diff
    21  * @since   0.2.0
    21  * @since   0.2.0
    22  */
    22  */
    23 class Text_Diff_Engine_string {
    23 class Text_Diff_Engine_string {
    24 
    24