10 lines
181 B
PHP
10 lines
181 B
PHP
<?php
|
|
|
|
return [
|
|
'rating' => 'Rating',
|
|
'reviewer_name' => 'Reviewer Name',
|
|
'comment' => 'Comment',
|
|
'captcha' => 'Captcha',
|
|
'is_approved' => 'Status',
|
|
];
|