
maxsem at svn
Nov 19, 2009, 10:04 AM
Post #1 of 1
(67 views)
Permalink
|
|
SVN: [59259] trunk/phase3/includes/api/ApiQueryInfo.php
|
|
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/59259 Revision: 59259 Author: maxsem Date: 2009-11-19 18:04:55 +0000 (Thu, 19 Nov 2009) Log Message: ----------- tab to spaces Modified Paths: -------------- trunk/phase3/includes/api/ApiQueryInfo.php Modified: trunk/phase3/includes/api/ApiQueryInfo.php =================================================================== --- trunk/phase3/includes/api/ApiQueryInfo.php 2009-11-19 17:57:27 UTC (rev 59258) +++ trunk/phase3/includes/api/ApiQueryInfo.php 2009-11-19 18:04:55 UTC (rev 59259) @@ -561,7 +561,7 @@ 'Which additional properties to get:', ' protection - List the protection level of each page', ' talkid - The page ID of the talk page for each non-talk page', - ' watched - List the watched status of each page', + ' watched - List the watched status of each page', ' subjectid - The page ID of the parent page for each talk page' ), 'token' => 'Request a token to perform a data-modifying action on a page', _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|