Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function fieldLabels($includerelations = true) { |
||
28 | $labels = parent::fieldLabels($includerelations); |
||
29 | $labels['Author'] = _t('DateUpdatePage.AuthorFieldLabel', 'Author'); |
||
30 | $labels['FeaturedImageID'] = _t('DateUpdatePage.FeaturedImageFieldLabel', 'Featured Image'); |
||
31 | |||
32 | return $labels; |
||
33 | } |
||
56 |