From f8f9a052af9523187a91019a4e79e77cc77b9d4b Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 7 Apr 2012 19:55:49 +0200 Subject: [PATCH] Remove BOM and parser error in parent commit 77b72c24fc75fd8da5d304cf33172054031095fa Change-Id: Ic23362656f45f151b9d2cefac16f832af664e18b --- includes/api/ApiEditPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 229afde816..608f815f63 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -1,4 +1,4 @@ -getModulePrefix(); return array( 'title' => "Title of the page you want to edit. Cannot be used together with {$p}pageid", - 'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title, + 'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title", 'section' => 'Section number. 0 for the top section, \'new\' for a new section', 'sectiontitle' => 'The title for a new section', 'text' => 'Page content', -- 2.20.1