Fix the `@author` doc param encoding in `Text/Diff/Engine/string` so the file is recognized as UTF-8, not ISO-8859-1.

Built from https://develop.svn.wordpress.org/trunk@35390


git-svn-id: http://core.svn.wordpress.org/trunk@35354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-24 22:45:25 +00:00
parent 68526a8bf1
commit 7ac2e1f592
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
* echo $renderer->render($diff); * echo $renderer->render($diff);
* </code> * </code>
* *
* Copyright 2005 Örjan Persson <o@42mm.org> * Copyright 2005 Örjan Persson <o@42mm.org>
* Copyright 2005-2010 The Horde Project (http://www.horde.org/) * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
* *
* See the enclosed file COPYING for license information (LGPL). If you did * See the enclosed file COPYING for license information (LGPL). If you did
* not receive this file, see http://opensource.org/licenses/lgpl-license.php. * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
* *
* @author Örjan Persson <o@42mm.org> * @author Örjan Persson <o@42mm.org>
* @package Text_Diff * @package Text_Diff
* @since 0.2.0 * @since 0.2.0
*/ */