Skip to content

Commit a8f218d

Browse files
committed
API doc block updates
1 parent 0e1bcd9 commit a8f218d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inc/Remote/ApiCore.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public function getPageInfo($page, $rev = 0, $author = false, $hash = false)
464464
/**
465465
* Returns a list of available revisions of a given wiki page
466466
*
467-
* The number of returned pages is set by `$conf['recent']`, but non accessible revisions pages
467+
* The number of returned pages is set by `$conf['recent']`, but non accessible revisions
468468
* are skipped, so less than that may be returned.
469469
*
470470
* @link https://www.dokuwiki.org/config:recent
@@ -918,6 +918,9 @@ public function getMediaUsage($media)
918918
/**
919919
* Returns a list of available revisions of a given media file
920920
*
921+
* The number of returned files is set by `$conf['recent']`, but non accessible revisions
922+
* are skipped, so less than that may be returned.
923+
*
921924
* Since API Version 14
922925
*
923926
* @link https://www.dokuwiki.org/config:recent

0 commit comments

Comments
 (0)