From 7ac2e1f592ff2c95455186b38005cec4a54eb7cb Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 24 Oct 2015 22:45:25 +0000 Subject: [PATCH] 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 --- wp-includes/Text/Diff/Engine/string.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/Text/Diff/Engine/string.php b/wp-includes/Text/Diff/Engine/string.php index 0f3b3745a5..76a111158c 100644 --- a/wp-includes/Text/Diff/Engine/string.php +++ b/wp-includes/Text/Diff/Engine/string.php @@ -10,13 +10,13 @@ * echo $renderer->render($diff); * * - * Copyright 2005 Örjan Persson + * Copyright 2005 Ă–rjan Persson * Copyright 2005-2010 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (LGPL). If you did * not receive this file, see http://opensource.org/licenses/lgpl-license.php. * - * @author Örjan Persson + * @author Ă–rjan Persson * @package Text_Diff * @since 0.2.0 */