From 1836e14bf2a6cf3636da4c947d7d1b47a8ae5583 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 24 Oct 2015 22:44:36 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@35390 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/Text/Diff/Engine/string.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/Text/Diff/Engine/string.php b/src/wp-includes/Text/Diff/Engine/string.php index 0f3b3745a5..76a111158c 100644 --- a/src/wp-includes/Text/Diff/Engine/string.php +++ b/src/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 */