Skip to content

Commit 1836e14

Browse files
committed
Fix the @author doc param encoding in Text/Diff/Engine/string so the file is recognized as UTF-8, not ISO-8859-1.
git-svn-id: https://develop.svn.wordpress.org/trunk@35390 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b4c2700 commit 1836e14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/Text/Diff/Engine/string.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
* echo $renderer->render($diff);
1111
* </code>
1212
*
13-
* Copyright 2005 Örjan Persson <o@42mm.org>
13+
* Copyright 2005 Örjan Persson <o@42mm.org>
1414
* Copyright 2005-2010 The Horde Project (http://www.horde.org/)
1515
*
1616
* See the enclosed file COPYING for license information (LGPL). If you did
1717
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
1818
*
19-
* @author Örjan Persson <o@42mm.org>
19+
* @author Örjan Persson <o@42mm.org>
2020
* @package Text_Diff
2121
* @since 0.2.0
2222
*/

0 commit comments

Comments
 (0)