r108849 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108848‎ | r108849 | r108850 >
Date:21:19, 13 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Ping r108847, missed one half quote
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -1100,7 +1100,7 @@
11011101 'customcssprotected' => array( 'code' => 'customcssprotected', 'info' => "You're not allowed to edit custom CSS pages" ),
11021102 'customjsprotected' => array( 'code' => 'customjsprotected', 'info' => "You're not allowed to edit custom JavaScript pages" ),
11031103 'cascadeprotected' => array( 'code' => 'cascadeprotected', 'info' => "The page you're trying to edit is protected because it's included in a cascade-protected page" ),
1104 - 'protectedpagetext' => array( 'code' => 'protectedpage', 'info' => "The \"\$1'' right is required to edit this page" ),
 1104+ 'protectedpagetext' => array( 'code' => 'protectedpage', 'info' => "The \"\$1\" right is required to edit this page" ),
11051105 'protect-cantedit' => array( 'code' => 'cantedit', 'info' => "You can't protect this page because you can't edit it" ),
11061106 'badaccess-group0' => array( 'code' => 'permissiondenied', 'info' => "Permission denied" ), // Generic permission denied message
11071107 'badaccess-groups' => array( 'code' => 'permissiondenied', 'info' => "Permission denied" ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108847Change usage of quotes in API messages from ``x'' to "x".siebrand21:11, 13 January 2012

Status & tagging log