Browse Source

Optimize comment of LinkPager (#16758) [skip ci]

tags/2.0.16
Nick Tsai 6 years ago committed by Alexander Makarov
parent
commit
9fadc6e102
  1. 2
      framework/widgets/LinkPager.php

2
framework/widgets/LinkPager.php

@ -100,7 +100,7 @@ class LinkPager extends Widget
*/ */
public $nextPageLabel = '»'; public $nextPageLabel = '»';
/** /**
* @var string|bool the text label for the previous page button. Note that this will NOT be HTML-encoded. * @var string|bool the text label for the "previous" page button. Note that this will NOT be HTML-encoded.
* If this property is false, the "previous" page button will not be displayed. * If this property is false, the "previous" page button will not be displayed.
*/ */
public $prevPageLabel = '«'; public $prevPageLabel = '«';

Loading…
Cancel
Save