Make WordPress Core


Ignore:
Timestamp:
02/19/2010 01:25:26 AM (15 years ago)
Author:
nacin
Message:

Update Text_Diff. Props simek. Fixes #9467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/Text/Diff/Engine/native.php

    r7747 r13211  
    11<?php
    22/**
    3  * $Horde: framework/Text_Diff/Diff/Engine/native.php,v 1.10 2008/01/04 10:27:53 jan Exp $
    4  *
    5  * Class used internally by Text_Diff to actually compute the diffs. This
    6  * class is implemented using native PHP code.
     3 * Class used internally by Text_Diff to actually compute the diffs.
     4 *
     5 * This class is implemented using native PHP code.
    76 *
    87 * The algorithm used here is mostly lifted from the perl module
     
    2019 * code was written by him, and is used/adapted with his permission.
    2120 *
    22  * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
     21 * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
    2322 *
    2423 * See the enclosed file COPYING for license information (LGPL). If you did
Note: See TracChangeset for help on using the changeset viewer.