diff --git a/wire/core/Template.php b/wire/core/Template.php index cf6a0b3c..72b8f5a8 100644 --- a/wire/core/Template.php +++ b/wire/core/Template.php @@ -69,8 +69,8 @@ * @property int|string $urlSegments Allow URL segments on pages? (0=no, 1=yes (all), string=space separted list of segments to allow) #pw-group-URLs * @property int $https Use https? (0 = http or https, 1 = https only, -1 = http only) #pw-group-URLs * @property int $slashUrls Page URLs should have a trailing slash? 1 = yes, 0 = no #pw-group-URLs - * @property string|int $slashPageNum Should PageNum segments have a trailing slash? (blank=either, 1=yes, 0=no) applies only if allowPageNum!=0. #pw-group-URLs - * @property string|int $slashUrlSegments Should last URL segment have a trailing slash? (blank=either, 1=yes, 0=no) applies only if urlSegments!=0. #pw-group-URLs + * @property string|int $slashPageNum Should PageNum segments have a trailing slash? (0=either, 1=yes, -1=no) applies only if allowPageNum!=0. #pw-group-URLs + * @property string|int $slashUrlSegments Should last URL segment have a trailing slash? (0=either, 1=yes, -1=no) applies only if urlSegments!=0. #pw-group-URLs * * Files *